Skip to content

Instantly share code, notes, and snippets.

View ishsiho's full-sized avatar
🌈

Hsi Ho ishsiho

🌈
View GitHub Profile
@ishsiho
ishsiho / DNSencryption.bat
Last active July 22, 2022 09:58
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