Don't change default route for DHCP clients.

Use cellular internet on iPad while connected.
pull/27/head
Christopher Young 2015-08-26 20:34:37 -04:00
rodzic 527dbf1c34
commit 94fd17922f
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

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