diff --git a/firewall/filter.go b/firewall/filter.go index 5976576f..81f62454 100644 --- a/firewall/filter.go +++ b/firewall/filter.go @@ -24,9 +24,9 @@ func init() { filterModule, "config:filter/", &config.Option{ - Name: "Privacy Filter", + Name: "Privacy Filter Module", Key: CfgOptionEnableFilterKey, - Description: "Enable the DNS and Network Filter.", + Description: "Start the Privacy Filter module. If turned off, all privacy filter protections are fully disabled on this device.", OptType: config.OptTypeBool, ExpertiseLevel: config.ExpertiseLevelUser, ReleaseLevel: config.ReleaseLevelBeta, diff --git a/profile/config.go b/profile/config.go index 0f494d26..79dea92d 100644 --- a/profile/config.go +++ b/profile/config.go @@ -98,7 +98,7 @@ var ( // Permanent Verdicts Order = 96 - CfgOptionUseSPNKey = "spn/useSPN" + CfgOptionUseSPNKey = "spn/use" cfgOptionUseSPN config.BoolOption cfgOptionUseSPNOrder = 129 ) @@ -524,7 +524,7 @@ Please note that if you are using the system resolver, bypass attempts might be err = config.Register(&config.Option{ Name: "Use SPN", Key: CfgOptionUseSPNKey, - Description: "Route connections through the Safing Privacy Network. If it is disabled or unavailable for any reason, connections will be blocked.", + Description: "Protect network traffic with the Safing Privacy Network. If the SPN is not available or the connection is interrupted, network traffic will be blocked.", OptType: config.OptTypeBool, DefaultValue: true, Annotations: config.Annotations{