Update dhcp wlan0 static IP address

This commit is contained in:
billz
2025-09-11 09:19:42 -07:00
parent bd53ef9ecc
commit 3eaa5b7801

View File

@@ -47,7 +47,7 @@
},
"dhcp": {
"wlan0": {
"static ip_address": [ "10.3.141.1/24" ],
"static ip_address": [ "10.3.141.1" ],
"static routers": [ "10.3.141.1" ],
"static domain_name_server": [ "1.1.1.1 8.8.8.8" ],
"subnetmask": [ "255.255.255.0" ]