clanService/phonebox: fix 'no address available
This commit is contained in:
@@ -141,8 +141,9 @@
|
|||||||
domain-needed = true;
|
domain-needed = true;
|
||||||
domain = "localhost";
|
domain = "localhost";
|
||||||
dhcp-range = [
|
dhcp-range = [
|
||||||
"192.168.254.100,192.168.254.100,255.255.255.0,24h"
|
"192.168.254.100,192.168.254.100,255.255.255.0,3m"
|
||||||
];
|
];
|
||||||
|
dhcp-leasefile = "/dev/null";
|
||||||
dhcp-option = [
|
dhcp-option = [
|
||||||
"3,192.168.254.1"
|
"3,192.168.254.1"
|
||||||
];
|
];
|
||||||
|
|||||||
Reference in New Issue
Block a user