diff options
Diffstat (limited to 'etc/hostapd/appliance')
-rw-r--r-- | etc/hostapd/appliance/udhcpd.conf.sample | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/etc/hostapd/appliance/udhcpd.conf.sample b/etc/hostapd/appliance/udhcpd.conf.sample index 6411e6f..3f8e5b2 100644 --- a/etc/hostapd/appliance/udhcpd.conf.sample +++ b/etc/hostapd/appliance/udhcpd.conf.sample @@ -5,7 +5,10 @@ # interfaces.conf file: `interface` should be exactly the same, # `router` should correspond to `address` and `subnet` is the # `netmask`. According to these settings below, the IP addresses are -# handed out for the 192.168.0.0/24 network. +# handed out for the 192.168.0.0/24 network. In the `opt dns` line, +# the `%%DNS%%` variable would be replaced with the IP addresses of +# the DNS servers as provided by the wireless network (wifibox +# extension). # # Change these values as needed, they are here only for inspiration. @@ -15,5 +18,5 @@ max_leases 64 interface wlan0 opt subnet 255.255.255.0 opt router 192.168.0.1 -opt dns 8.8.8.8 8.8.4.4 +opt dns %%DNS%% 8.8.8.8 8.8.4.4 opt lease 864000 |