openwrt/nat64: change lan/wan proto

This commit is contained in:
Nico Schottelius 2024-07-26 09:46:57 +02:00
parent 8e99b367d3
commit 847f9c1dd1

View file

@ -56,7 +56,7 @@ uci set network.wan.proto="static"
uci delete network.lan.ipaddr
uci delete network.lan.netmask
uci delete network.lan.gateway
uci set network.wan.proto="dhcpv6"
uci set network.lan.proto="dhcpv6"
# Do something wireless (?)