From 1b76763a3921912ee3e39bff4f826da9ffc93479 Mon Sep 17 00:00:00 2001 From: Daniel Date: Thu, 10 Nov 2022 16:22:12 +0100 Subject: [PATCH] Improve SPN routing algorithm setting description --- profile/config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/profile/config.go b/profile/config.go index f71495b7..5635873c 100644 --- a/profile/config.go +++ b/profile/config.go @@ -684,7 +684,7 @@ By default, the Portmaster tries to choose the node closest to the destination a err = config.Register(&config.Option{ Name: "Select SPN Routing Algorithm", Key: CfgOptionRoutingAlgorithmKey, - Description: "Select the routing algorithm for your connections through the SPN. Configure your preferred balance between speed and privacy.", + Description: "Select the routing algorithm for your connections through the SPN. Configure your preferred balance between speed and privacy. Portmaster may automatically upgrade the routing algorithm if necessary to protect your privacy.", OptType: config.OptTypeString, DefaultValue: navigator.DefaultRoutingProfileID, Annotations: config.Annotations{