switch to EU DNS servers
This commit is contained in:
parent
6eddd7e990
commit
8980c02e77
1 changed files with 6 additions and 6 deletions
|
@ -32,8 +32,8 @@
|
|||
useDHCP = false;
|
||||
|
||||
nameservers = [
|
||||
"1.1.1.1"
|
||||
"1.0.0.1"
|
||||
"193.110.81.0"
|
||||
"185.253.5.0"
|
||||
];
|
||||
|
||||
vlans = {
|
||||
|
@ -318,8 +318,8 @@
|
|||
EmitRouter = true;
|
||||
EmitDNS = true;
|
||||
DNS = [
|
||||
"1.1.1.1"
|
||||
"1.0.0.1"
|
||||
"193.110.81.0"
|
||||
"185.253.5.0"
|
||||
];
|
||||
};
|
||||
dhcpServerStaticLeases = [
|
||||
|
@ -352,8 +352,8 @@
|
|||
ipv6SendRAConfig = {
|
||||
EmitDNS = true;
|
||||
DNS = [
|
||||
"2606:4700:4700::1111"
|
||||
"2606:4700:4700::1001"
|
||||
"2a0f:fc80::"
|
||||
"2a0f:fc81::"
|
||||
];
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue