switch to EU DNS servers

This commit is contained in:
nyanloutre 2025-02-20 15:29:38 +01:00
parent 6eddd7e990
commit 8980c02e77

View File

@ -32,8 +32,8 @@
useDHCP = false; useDHCP = false;
nameservers = [ nameservers = [
"1.1.1.1" "193.110.81.0"
"1.0.0.1" "185.253.5.0"
]; ];
vlans = { vlans = {
@ -318,8 +318,8 @@
EmitRouter = true; EmitRouter = true;
EmitDNS = true; EmitDNS = true;
DNS = [ DNS = [
"1.1.1.1" "193.110.81.0"
"1.0.0.1" "185.253.5.0"
]; ];
}; };
dhcpServerStaticLeases = [ dhcpServerStaticLeases = [
@ -352,8 +352,8 @@
ipv6SendRAConfig = { ipv6SendRAConfig = {
EmitDNS = true; EmitDNS = true;
DNS = [ DNS = [
"2606:4700:4700::1111" "2a0f:fc80::"
"2606:4700:4700::1001" "2a0f:fc81::"
]; ];
}; };
}; };