Add back DHCP default route.

Fixes some issues with Android. Cellular no longer usable on iPad when
connected.
pull/490/head
Christopher Young 2016-09-11 18:48:56 -04:00
rodzic 0588f8b0e7
commit e4916a9de6
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

@ -110,6 +110,7 @@ log-facility local7;
subnet 192.168.10.0 netmask 255.255.255.0 {
range 192.168.10.10 192.168.10.50;
option broadcast-address 192.168.10.255;
option routers 192.168.10.1;
default-lease-time 12000;
max-lease-time 12000;
option domain-name "stratux.local";