permanent enable IPv6 support

This commit is contained in:
MichaelDvP
2024-05-06 13:47:51 +02:00
parent fa6649d57e
commit 4f40e2457a
18 changed files with 2 additions and 43 deletions

View File

@@ -67,7 +67,6 @@ class DummySettings {
bool staticIPConfig = false;
String dnsIP1 = "";
String dnsIP2 = "";
bool enableIPv6 = false;
bool enableMDNS = true;
bool enableCORS = false;
String CORSOrigin = "*";