We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c9ded7 commit bb2c711Copy full SHA for bb2c711
1 file changed
tailscale.go
@@ -75,7 +75,7 @@ func deactivateExitNode() {
75
cmd := exec.Command(tailscalePath,
76
"up",
77
"--exit-node=",
78
- "--accept-dns=false",
+ "--accept-dns=true",
79
"--shields-up")
80
cmd.SysProcAttr = &syscall.SysProcAttr{HideWindow: true}
81
output, err := cmd.CombinedOutput()
0 commit comments