mirror of
https://github.com/safing/portmaster
synced 2025-09-01 18:19:12 +00:00
Disable connection self-check as it uses the old process detection
This commit is contained in:
parent
8138a2aa4c
commit
9ccdfad328
1 changed files with 3 additions and 1 deletions
|
@ -31,7 +31,9 @@ type deciderFn func(context.Context, *network.Connection, *profile.LayeredProfil
|
|||
|
||||
var defaultDeciders = []deciderFn{
|
||||
checkPortmasterConnection,
|
||||
checkSelfCommunication,
|
||||
// TODO: This is currently very slow.
|
||||
// Find a way to improve performance using the eBPF data.
|
||||
// checkSelfCommunication,
|
||||
checkIfBroadcastReply,
|
||||
checkConnectionType,
|
||||
checkConnectionScope,
|
||||
|
|
Loading…
Add table
Reference in a new issue