Skip to content

Instantly share code, notes, and snippets.

@ishsiho
Last active July 22, 2022 09:58
Show Gist options
  • Save ishsiho/e81994ac93d161acb0625792e063d9aa to your computer and use it in GitHub Desktop.
Save ishsiho/e81994ac93d161acb0625792e063d9aa to your computer and use it in GitHub Desktop.
Windows11 添加DNS加密模板
Windows 11 添加加密DNS模板
netsh dns add encryption server=223.5.5.5 dohtemplate=https://dns.alidns.com/dns-query autoupgrade=yes udpfallback=no
netsh dns add encryption server=223.6.6.6 dohtemplate=https://dns.alidns.com/dns-query autoupgrade=yes udpfallback=no
netsh dns add encryption server=2400:3200::1 dohtemplate=https://dns.alidns.com/dns-query autoupgrade=yes udpfallback=no
netsh dns add encryption server=2400:3200:baba::1 dohtemplate=https://dns.alidns.com/dns-query autoupgrade=yes udpfallback=no
netsh dns add encryption server=192.168.100.11 dohtemplate=https://mydns.puretext.top/dns-query autoupgrade=yes udpfallback=no
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment