hosts/plover: update WAN interface network config

This commit is contained in:
Gabriel Arazas 2023-02-06 19:30:51 +08:00
parent 102e216ae5
commit 12abc5146e
No known key found for this signature in database
GPG Key ID: ADE0C41DAB221FCC

View File

@ -84,7 +84,12 @@ in
networkConfig = { networkConfig = {
DHCP = "yes"; DHCP = "yes";
LinkLocalAddressing = "ipv6";
IPForward = true; IPForward = true;
DNS = [
"2a01:4ff:ff00::add:2"
"2a01:4ff:ff00::add:1"
];
}; };
}; };