fixup! Add resolved configuration for DNS
This commit is contained in:
parent
9d1f89e3e9
commit
d343a6396c
1 changed files with 7 additions and 0 deletions
|
|
@ -4,8 +4,15 @@
|
||||||
dnssec = "true";
|
dnssec = "true";
|
||||||
# dnsovertls = "true";
|
# dnsovertls = "true";
|
||||||
fallbackDns = [
|
fallbackDns = [
|
||||||
|
# CLOUDFLARE
|
||||||
"1.1.1.1"
|
"1.1.1.1"
|
||||||
|
"1.0.0.1"
|
||||||
|
"2606:4700:4700::1111"
|
||||||
|
"2606:4700:4700::1001"
|
||||||
|
|
||||||
|
#GOOGLE
|
||||||
"8.8.8.8"
|
"8.8.8.8"
|
||||||
|
"2001:4860:4860::8844"
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue