From cb04be301e4f5737d8972185bba934ab9862d1bd Mon Sep 17 00:00:00 2001 From: Cyb0rk Date: Sat, 17 Mar 2018 00:45:15 +0100 Subject: [PATCH] DNS leak fix in server_config.txt Added fix to prevent DNS leak on Windows 10 --- server_config.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/server_config.txt b/server_config.txt index 2eb0491..a5099b2 100755 --- a/server_config.txt +++ b/server_config.txt @@ -10,6 +10,8 @@ server 10.8.0.0 255.255.255.0 # Set your primary domain name server address for clients push "dhcp-option DNS 8.8.8.8" push "dhcp-option DNS 8.8.4.4" +# Prevent DNS leaks on Windows +push "block-outside-dns" # Override the Client default gateway by using 0.0.0.0/1 and # 128.0.0.0/1 rather than 0.0.0.0/0. This has the benefit of # overriding but not wiping out the original default gateway.