mirror of
https://github.com/safing/portmaster
synced 2025-09-07 13:09:17 +00:00
Move connectivity domain decider
This commit is contained in:
parent
057d167221
commit
d5e252051a
1 changed files with 1 additions and 1 deletions
|
@ -44,9 +44,9 @@ var deciders = []deciderFn{
|
||||||
checkPortmasterConnection,
|
checkPortmasterConnection,
|
||||||
checkSelfCommunication,
|
checkSelfCommunication,
|
||||||
checkConnectionType,
|
checkConnectionType,
|
||||||
checkConnectivityDomain,
|
|
||||||
checkConnectionScope,
|
checkConnectionScope,
|
||||||
checkEndpointLists,
|
checkEndpointLists,
|
||||||
|
checkConnectivityDomain,
|
||||||
checkBypassPrevention,
|
checkBypassPrevention,
|
||||||
checkFilterLists,
|
checkFilterLists,
|
||||||
dropInbound,
|
dropInbound,
|
||||||
|
|
Loading…
Add table
Reference in a new issue