mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-07-10 14:42:40 +02:00
chore(nixos): dns servers
This commit is contained in:
+3
-1
@@ -8,9 +8,11 @@ rec {
|
|||||||
proxyGateway6 = "fe80::8";
|
proxyGateway6 = "fe80::8";
|
||||||
nameservers = [
|
nameservers = [
|
||||||
# IPv4
|
# IPv4
|
||||||
"119.29.29.29" # DNSPod
|
"119.29.29.29" # DNSPod https://www.dnspod.cn/Products/publicdns
|
||||||
"223.5.5.5" # AliDNS
|
"223.5.5.5" # AliDNS
|
||||||
|
"1.1.1.1" # Cloudflare https://one.one.one.one/dns/
|
||||||
# IPv6
|
# IPv6
|
||||||
|
"2402:4e00::" # DNSPod
|
||||||
"2400:3200::1" # Alidns
|
"2400:3200::1" # Alidns
|
||||||
"2606:4700:4700::1111" # Cloudflare
|
"2606:4700:4700::1111" # Cloudflare
|
||||||
];
|
];
|
||||||
|
|||||||
Reference in New Issue
Block a user