hosts/plover: update DNS server list for LAN interface

This commit is contained in:
Gabriel Arazas 2023-06-08 19:51:38 +08:00
parent 039f033632
commit 316602a35d
No known key found for this signature in database
GPG Key ID: ADE0C41DAB221FCC

View File

@ -93,7 +93,15 @@ in
# Using the authoritative DNS server to enable accessing them nice # Using the authoritative DNS server to enable accessing them nice
# internal services with domain names. # internal services with domain names.
dns = [ "127.0.0.1" "::1" ]; dns = [
IPv4.address
IPv6.address
# Just in case it cannot really do it.
"127.0.0.1"
"::1"
];
domains = [ config.networking.fqdn ]; domains = [ config.networking.fqdn ];
gateway = [ gateway = [