Skip to content
Snippets Groups Projects
Unverified Commit d9d2a703 authored by Kali Kaneko's avatar Kali Kaneko
Browse files

[bug] use --block-outside-dns in windows

this should resolve DNS leaks on windows.

-Resolves: #113
parent d0703ec2
No related branches found
No related tags found
No related merge requests found
......@@ -34,6 +34,7 @@ const (
var (
platformOpenvpnFlags = []string{
"--script-security", "1",
"--block-outside-dns",
}
)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment