mirror of
https://github.com/safing/portmaster
synced 2025-09-01 18:19:12 +00:00
Improve settings wording
This commit is contained in:
parent
b314b46fb8
commit
5044ef1b7e
2 changed files with 4 additions and 4 deletions
|
@ -24,9 +24,9 @@ func init() {
|
||||||
filterModule,
|
filterModule,
|
||||||
"config:filter/",
|
"config:filter/",
|
||||||
&config.Option{
|
&config.Option{
|
||||||
Name: "Privacy Filter",
|
Name: "Privacy Filter Module",
|
||||||
Key: CfgOptionEnableFilterKey,
|
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,
|
OptType: config.OptTypeBool,
|
||||||
ExpertiseLevel: config.ExpertiseLevelUser,
|
ExpertiseLevel: config.ExpertiseLevelUser,
|
||||||
ReleaseLevel: config.ReleaseLevelBeta,
|
ReleaseLevel: config.ReleaseLevelBeta,
|
||||||
|
|
|
@ -98,7 +98,7 @@ var (
|
||||||
|
|
||||||
// Permanent Verdicts Order = 96
|
// Permanent Verdicts Order = 96
|
||||||
|
|
||||||
CfgOptionUseSPNKey = "spn/useSPN"
|
CfgOptionUseSPNKey = "spn/use"
|
||||||
cfgOptionUseSPN config.BoolOption
|
cfgOptionUseSPN config.BoolOption
|
||||||
cfgOptionUseSPNOrder = 129
|
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{
|
err = config.Register(&config.Option{
|
||||||
Name: "Use SPN",
|
Name: "Use SPN",
|
||||||
Key: CfgOptionUseSPNKey,
|
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,
|
OptType: config.OptTypeBool,
|
||||||
DefaultValue: true,
|
DefaultValue: true,
|
||||||
Annotations: config.Annotations{
|
Annotations: config.Annotations{
|
||||||
|
|
Loading…
Add table
Reference in a new issue