From 38e713fea25ed3980f6f28b6aa7f72ec5c0c0c8c Mon Sep 17 00:00:00 2001 From: Quentin McGaw Date: Wed, 23 Dec 2020 06:46:54 +0000 Subject: [PATCH] Fix Block-outside-dns #316 --- internal/provider/surfshark.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/provider/surfshark.go b/internal/provider/surfshark.go index 57d210fa..a31e9044 100644 --- a/internal/provider/surfshark.go +++ b/internal/provider/surfshark.go @@ -104,7 +104,7 @@ func (s *surfshark) BuildConf(connection models.OpenVPNConnection, verbosity, ui "auth-nocache", "mute-replay-warnings", "pull-filter ignore \"auth-token\"", // prevent auth failed loops - "pull-filter ignore \"register-dns\"", + "pull-filter ignore \"block-outside-dns\"", "auth-retry nointeract", "suppress-timestamps",