mirror of
https://github.com/safing/portmaster
synced 2025-09-02 10:39:22 +00:00
Update SPN settings order
This commit is contained in:
parent
7d315e92be
commit
ad94352032
1 changed files with 7 additions and 7 deletions
|
@ -108,17 +108,17 @@ var (
|
|||
cfgOptionSPNUsagePolicy config.StringArrayOption
|
||||
cfgOptionSPNUsagePolicyOrder = 130
|
||||
|
||||
// Setting "Home Node Rules" at order 131.
|
||||
CfgOptionRoutingAlgorithmKey = "spn/routingAlgorithm"
|
||||
cfgOptionRoutingAlgorithm config.StringOption
|
||||
cfgOptionRoutingAlgorithmOrder = 144
|
||||
|
||||
// Setting "Home Node Rules" at order 145.
|
||||
|
||||
CfgOptionExitHubPolicyKey = "spn/exitHubPolicy"
|
||||
cfgOptionExitHubPolicy config.StringArrayOption
|
||||
cfgOptionExitHubPolicyOrder = 132
|
||||
cfgOptionExitHubPolicyOrder = 146
|
||||
|
||||
// Setting "DNS Exit Node Rules" at order 133.
|
||||
|
||||
CfgOptionRoutingAlgorithmKey = "spn/routingAlgorithm"
|
||||
cfgOptionRoutingAlgorithm config.StringOption
|
||||
cfgOptionRoutingAlgorithmOrder = 134
|
||||
// Setting "DNS Exit Node Rules" at order 147.
|
||||
)
|
||||
|
||||
// A list of all security level settings.
|
||||
|
|
Loading…
Add table
Reference in a new issue