nixos/networking/dns: add sni

This commit is contained in:
Guanran Wang 2024-02-04 22:01:35 +08:00
parent 417fa9d9dd
commit 6e2c24bb7a
Signed by: nyancat
SSH key fingerprint: SHA256:8oWGKciPALWut/6WA27oFKofX+6Wtc0gQnsefXLQx/8

View file

@ -2,10 +2,10 @@
networking.wireless.iwd.enable = true; networking.wireless.iwd.enable = true;
networking.nameservers = [ networking.nameservers = [
### AliDNS ### AliDNS
"223.5.5.5" "223.5.5.5#dns.alidns.com"
"223.6.6.6" "223.6.6.6#dns.alidns.com"
"2400:3200::1" "2400:3200::1#dns.alidns.com"
"2400:3200:baba::1" "2400:3200:baba::1#dns.alidns.com"
### Google DNS ### Google DNS
#"8.8.8.8#dns.google" #"8.8.8.8#dns.google"