mirror of
https://github.com/safing/portmaster
synced 2025-09-02 10:39:22 +00:00
Only enable BlockP2P in Extreme level by default
This commit is contained in:
parent
85c7fd4af7
commit
11d3e15de4
1 changed files with 1 additions and 1 deletions
|
@ -295,7 +295,7 @@ Examples:
|
||||||
Order: cfgOptionBlockP2POrder,
|
Order: cfgOptionBlockP2POrder,
|
||||||
OptType: config.OptTypeInt,
|
OptType: config.OptTypeInt,
|
||||||
ExternalOptType: "security level",
|
ExternalOptType: "security level",
|
||||||
DefaultValue: status.SecurityLevelsAll,
|
DefaultValue: status.SecurityLevelExtreme,
|
||||||
ValidationRegex: "^(4|6|7)$",
|
ValidationRegex: "^(4|6|7)$",
|
||||||
})
|
})
|
||||||
if err != nil {
|
if err != nil {
|
||||||
|
|
Loading…
Add table
Reference in a new issue