mirror of
https://github.com/safing/portmaster
synced 2025-09-09 22:04:56 +00:00
issue new verdict on configuration change
This commit is contained in:
parent
0423dfbbbf
commit
fdc8ef5698
18 changed files with 298 additions and 83 deletions
|
@ -40,7 +40,15 @@ var connectionTestData = []*Connection{
|
|||
Country: "",
|
||||
ASN: 0,
|
||||
},
|
||||
Verdict: 4,
|
||||
Verdict: struct {
|
||||
Current Verdict
|
||||
Previous Verdict
|
||||
User Verdict
|
||||
}{
|
||||
Current: 2,
|
||||
Previous: 2,
|
||||
User: 2,
|
||||
},
|
||||
Reason: Reason{
|
||||
Msg: "incoming connection blocked by default",
|
||||
OptionKey: "filter/serviceEndpoints",
|
||||
|
@ -80,7 +88,15 @@ var connectionTestData = []*Connection{
|
|||
Country: "DE",
|
||||
ASN: 16509,
|
||||
},
|
||||
Verdict: 2,
|
||||
Verdict: struct {
|
||||
Current Verdict
|
||||
Previous Verdict
|
||||
User Verdict
|
||||
}{
|
||||
Current: 2,
|
||||
Previous: 2,
|
||||
User: 2,
|
||||
},
|
||||
Reason: Reason{
|
||||
Msg: "default permit",
|
||||
OptionKey: "filter/defaultAction",
|
||||
|
@ -123,7 +139,15 @@ var connectionTestData = []*Connection{
|
|||
Country: "US",
|
||||
ASN: 15169,
|
||||
},
|
||||
Verdict: 2,
|
||||
Verdict: struct {
|
||||
Current Verdict
|
||||
Previous Verdict
|
||||
User Verdict
|
||||
}{
|
||||
Current: 2,
|
||||
Previous: 2,
|
||||
User: 2,
|
||||
},
|
||||
Reason: Reason{
|
||||
Msg: "default permit",
|
||||
OptionKey: "filter/defaultAction",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue