diff options
-rw-r--r-- | pkg/helper/windows.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pkg/helper/windows.go b/pkg/helper/windows.go index bc86e79..7e47884 100644 --- a/pkg/helper/windows.go +++ b/pkg/helper/windows.go @@ -34,6 +34,7 @@ const ( var ( platformOpenvpnFlags = []string{ "--script-security", "1", + "--block-outside-dns", } ) |