clanService/phonebox: fix 'no address available

This commit is contained in:
2025-12-08 12:37:31 +07:00
parent 7caebda927
commit 77f5647d35

View File

@@ -141,8 +141,9 @@
domain-needed = true;
domain = "localhost";
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 = [
"3,192.168.254.1"
];