switch to quad9 as fallback DNS
This commit is contained in:
parent
e5cacc3bc8
commit
c57817fdf3
2 changed files with 7 additions and 1 deletions
|
@ -23,7 +23,7 @@
|
||||||
matchConfig = { Name = "enp1s0"; };
|
matchConfig = { Name = "enp1s0"; };
|
||||||
networkConfig = {
|
networkConfig = {
|
||||||
Address = "95.216.166.21/32";
|
Address = "95.216.166.21/32";
|
||||||
DNS = "1.1.1.1";
|
DNS = "9.9.9.9";
|
||||||
};
|
};
|
||||||
routes = [
|
routes = [
|
||||||
{
|
{
|
||||||
|
|
|
@ -13,6 +13,12 @@
|
||||||
services.resolved = {
|
services.resolved = {
|
||||||
enable = true;
|
enable = true;
|
||||||
dnssec = "allow-downgrade";
|
dnssec = "allow-downgrade";
|
||||||
|
fallbackDns = [
|
||||||
|
"9.9.9.9"
|
||||||
|
"2620:fe::fe"
|
||||||
|
"149.112.112.112"
|
||||||
|
"2620:fe::9"
|
||||||
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
# workaround for networkd waiting for shit
|
# workaround for networkd waiting for shit
|
||||||
|
|
Loading…
Add table
Reference in a new issue