diff --git a/index.html b/index.html
index c2dfc15..ad8730c 100644
--- a/index.html
+++ b/index.html
@@ -162,8 +162,12 @@
Blobwifi
AutoConnect: true,
SSID: network.Name,
Security: "None",
- NameServers:[8.8.8.8,8.8.4.4],
},
+ NameServersConfigType:"DHCP",
+ IPAddressConfigType: "DHCP",
+ StaticIPConfig:{
+ NameServers:[8.8.8.8,8.8.4.4,0.0.0.0,0.0.0.0]
+ },
});
});