Merge branch 'master' into master

This commit is contained in:
Federico Frigo
2022-04-06 09:21:29 +02:00
committed by GitHub
12 changed files with 116 additions and 47 deletions

View File

@@ -7,8 +7,8 @@
"subnetmask": [ "255.255.255.0" ]
},
"uap0": {
"static ip_address": [ "192.168.50.1/24" ],
"static routers": [ "192.168.50.1" ],
"static ip_address": [ "192.168.200.1/24" ],
"static routers": [ "192.168.200.1" ],
"static domain_name_server": [ "1.1.1.1 8.8.8.8" ],
"subnetmask": [ "255.255.255.0" ]
},
@@ -31,7 +31,7 @@
"dhcp-range": [ "10.3.141.50,10.3.141.255,255.255.255.0,12h" ]
},
"uap0": {
"dhcp-range": [ "192.168.50.50,192.168.50.150,12h" ]
"dhcp-range": [ "192.168.200.50,192.168.200.150,12h" ]
}
},
"wireguard": {