nixos/networking/dns: add sni
This commit is contained in:
parent
417fa9d9dd
commit
6e2c24bb7a
1 changed files with 4 additions and 4 deletions
|
@ -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"
|
||||||
|
|
Loading…
Reference in a new issue