mirror of
https://github.com/safing/portmaster
synced 2025-09-01 18:19:12 +00:00
Improve wording on setting dns/noInsecureProtocols
This commit is contained in:
parent
9a89f65027
commit
65f646aad0
1 changed files with 2 additions and 2 deletions
|
@ -224,9 +224,9 @@ The format is: "protocol://ip:port?parameter=value¶meter=value"
|
|||
noMulticastDNS = status.SecurityLevelOption(CfgOptionNoMulticastDNSKey)
|
||||
|
||||
err = config.Register(&config.Option{
|
||||
Name: "Enforce Secure DNS",
|
||||
Name: "Use Secure Protocols Only",
|
||||
Key: CfgOptionNoInsecureProtocolsKey,
|
||||
Description: "Never resolve using insecure protocols, ie. plain DNS.",
|
||||
Description: "Never resolve using insecure protocols, ie. plain DNS. This may break certain local DNS services, which always use plain DNS.",
|
||||
OptType: config.OptTypeInt,
|
||||
ExpertiseLevel: config.ExpertiseLevelExpert,
|
||||
ReleaseLevel: config.ReleaseLevelStable,
|
||||
|
|
Loading…
Add table
Reference in a new issue