hosts/plover: properly configure WAN interface

This commit is contained in:
Gabriel Arazas 2023-02-08 18:30:27 +08:00
parent 76b17d5beb
commit ac8d875c35
No known key found for this signature in database
GPG Key ID: ADE0C41DAB221FCC

View File

@ -72,9 +72,12 @@ in
gateway = [ IPv6.gateway ]; gateway = [ IPv6.gateway ];
networkConfig = { networkConfig = {
DHCP = "yes"; # IPv6 has to be manually configured.
DHCP = "ipv4";
LinkLocalAddressing = "ipv6"; LinkLocalAddressing = "ipv6";
IPForward = true; IPForward = true;
DNS = [ DNS = [
"2a01:4ff:ff00::add:2" "2a01:4ff:ff00::add:2"
"2a01:4ff:ff00::add:1" "2a01:4ff:ff00::add:1"