Exclude .255 broadcast address from dhcp-range

This commit is contained in:
billz
2023-01-24 12:02:46 +01:00
parent 34f1052450
commit 3bf3e0baa3
3 changed files with 3 additions and 3 deletions

View File

@@ -28,7 +28,7 @@
},
"dnsmasq": {
"wlan0": {
"dhcp-range": [ "10.3.141.50,10.3.141.255,255.255.255.0,12h" ]
"dhcp-range": [ "10.3.141.50,10.3.141.254,255.255.255.0,12h" ]
},
"uap0": {
"dhcp-range": [ "192.168.50.50,192.168.50.150,12h" ]