mirror of
https://github.com/safing/portmaster
synced 2025-09-01 18:19:12 +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,
|
||||
OptType: config.OptTypeInt,
|
||||
ExternalOptType: "security level",
|
||||
DefaultValue: status.SecurityLevelsAll,
|
||||
DefaultValue: status.SecurityLevelExtreme,
|
||||
ValidationRegex: "^(4|6|7)$",
|
||||
})
|
||||
if err != nil {
|
||||
|
|
Loading…
Add table
Reference in a new issue