From 0dee83c807b3d8cfef71af45c3d51adeeae4755d Mon Sep 17 00:00:00 2001 From: Mikaela Suomalainen Date: Thu, 14 Oct 2021 09:46:44 +0300 Subject: [PATCH] Windows\DoH: add GPO-EnforceDoH.reg & README.md Resolves: #109 --- Windows/DoH/GPO-EnforceDoH.reg | 4 ++++ Windows/DoH/README.md | 7 +++++++ 2 files changed, 11 insertions(+) create mode 100644 Windows/DoH/GPO-EnforceDoH.reg create mode 100644 Windows/DoH/README.md diff --git a/Windows/DoH/GPO-EnforceDoH.reg b/Windows/DoH/GPO-EnforceDoH.reg new file mode 100644 index 00000000..e7f437c1 --- /dev/null +++ b/Windows/DoH/GPO-EnforceDoH.reg @@ -0,0 +1,4 @@ +Windows Registry Editor Version 5.00 + +[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows NT\DNSClient] +"DoHPolicy"=dword:00000003 diff --git a/Windows/DoH/README.md b/Windows/DoH/README.md new file mode 100644 index 00000000..3b38fa39 --- /dev/null +++ b/Windows/DoH/README.md @@ -0,0 +1,7 @@ +# DNS over HTTPS in Windows 11 + +Requires Windows 11. + +* `GPO-EnforceDoH.reg` enables the group policy to require DoH. However it + didn't seem to work for me or it allowed me to set the DNS server to not + use DoH.