From bff3dc8a274f614fd6902cb4d3f1e2747c7149b7 Mon Sep 17 00:00:00 2001 From: Daniel Date: Wed, 30 Mar 2022 16:27:08 +0200 Subject: [PATCH] Fix secure DNS bypass notification to reflect reality --- compat/notify.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/compat/notify.go b/compat/notify.go index cc317d21..893f60d4 100644 --- a/compat/notify.go +++ b/compat/notify.go @@ -43,9 +43,9 @@ var ( secureDNSBypassIssue = &appIssue{ id: "compat:secure-dns-bypass-%s", - title: "Detected %s Bypass Attempt", - message: `[APPNAME] is bypassing Portmaster's firewall functions through its Secure DNS resolver. Portmaster can no longer protect or filter connections coming from [APPNAME]. Disable Secure DNS within [APPNAME] to restore functionality. -Rest assured that Portmaster already handles Secure DNS for your whole device.`, + title: "Prevented %s Bypass Attempt", + message: `[APPNAME] attempted to bypass Portmaster's firewall functions by directly using a Secure DNS resolver. If [APPNAME] experiences problems, disable Secure DNS within [APPNAME] to restore functionality. Rest assured that Portmaster already handles Secure DNS for your whole device, including [APPNAME]. +If bypass prevention for [APPNAME] is disabled in Portmaster, it can no longer protect or filter connections coming from [APPNAME].`, // TODO: Add this when the new docs page is finished: // , or [find out about other options](link to new docs page) level: notifications.Warning,