From 6e2c24bb7ae3248a91ec1079c237c63a80d4d9ec Mon Sep 17 00:00:00 2001 From: Guanran Wang Date: Sun, 4 Feb 2024 22:01:35 +0800 Subject: [PATCH] nixos/networking/dns: add sni --- nixos/profiles/common/core/networking/default.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/nixos/profiles/common/core/networking/default.nix b/nixos/profiles/common/core/networking/default.nix index 841ad25..cd670c1 100644 --- a/nixos/profiles/common/core/networking/default.nix +++ b/nixos/profiles/common/core/networking/default.nix @@ -2,10 +2,10 @@ networking.wireless.iwd.enable = true; networking.nameservers = [ ### AliDNS - "223.5.5.5" - "223.6.6.6" - "2400:3200::1" - "2400:3200:baba::1" + "223.5.5.5#dns.alidns.com" + "223.6.6.6#dns.alidns.com" + "2400:3200::1#dns.alidns.com" + "2400:3200:baba::1#dns.alidns.com" ### Google DNS #"8.8.8.8#dns.google"