mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-09 22:15:55 +02:00
18 lines
326 B
Plaintext
18 lines
326 B
Plaintext
|
config interface wan
|
||
|
option mode upstream
|
||
|
option ula_prefix auto
|
||
|
option request_prefix auto
|
||
|
option prefix_fallback relay
|
||
|
option peerdns 1
|
||
|
|
||
|
|
||
|
config interface lan
|
||
|
option mode downstream
|
||
|
option advertise_prefix 64
|
||
|
option relay_master wan
|
||
|
|
||
|
|
||
|
config interface 6in4
|
||
|
option mode static
|
||
|
list static_prefix 2001:DB8::/48
|