Improve SPN routing algorithm setting description

This commit is contained in:
Daniel
2022-11-10 16:22:12 +01:00
parent e3b2c91fa0
commit 1b76763a39

View File

@@ -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{