mirror of
https://github.com/YunoHost-Apps/hotspot_ynh.git
synced 2024-09-03 19:25:53 +02:00
6 lines
299 B
Text
6 lines
299 B
Text
# Do DHCP and Router Advertisements for this subnet. Set the A bit in the RA
|
|
# so that clients can use SLAAC addresses as well as DHCP ones.
|
|
dhcp-range=interface:__WIFI_DEVICE__,__IP6_NET__,slaac,64,4h
|
|
|
|
# Send DHCPv6 option. Note [] around IPv6 addresses.
|
|
dhcp-option=option6:dns-server,__IP6_DNS__
|