mirror of
https://github.com/safing/portmaster
synced 2025-09-10 15:08:22 +00:00
Improve verdict handling and switch to immediate re-evaluation
This commit is contained in:
parent
57904426e3
commit
f63df67d23
12 changed files with 242 additions and 111 deletions
|
@ -152,7 +152,7 @@ func AddNetworkDebugData(di *debug.Info, profile, where string) {
|
|||
|
||||
// Count.
|
||||
total++
|
||||
switch conn.Verdict.Current { //nolint:exhaustive
|
||||
switch conn.Verdict.Firewall { //nolint:exhaustive
|
||||
case VerdictAccept,
|
||||
VerdictRerouteToNameserver,
|
||||
VerdictRerouteToTunnel:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue