5 lines
270 B
Plaintext
5 lines
270 B
Plaintext
|
config 'dhcp6s' 'basic'
|
||
|
option 'enabled' '0' # 1 = enabled; 0 = disabled
|
||
|
option 'interface' 'lan' # This is the interface the DHCPv6 server will run on
|
||
|
option 'config_file' '/etc/dhcp6s.conf' # Config file (as this UCI config doesn't fully support all options)
|