mirror of
https://github.com/evilsocket/opensnitch.git
synced 2025-03-04 00:24:40 +01:00
added icmp destination-unreachable to system-fw.json
Allow destination-unreachable ICMP types by default, not to display ICMP pop-ups under certain circumstances. More info: https://github.com/evilsocket/opensnitch/discussions/946#discussioncomment-6035934
This commit is contained in:
parent
122a471fcf
commit
efded9edab
1 changed files with 2 additions and 10 deletions
|
@ -162,11 +162,7 @@
|
|||
"Values": [
|
||||
{
|
||||
"Key": "type",
|
||||
"Value": "echo-request"
|
||||
},
|
||||
{
|
||||
"Key": "type",
|
||||
"Value": "echo-reply"
|
||||
"Value": "echo-request,echo-reply,destination-unreachable"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
@ -187,11 +183,7 @@
|
|||
"Values": [
|
||||
{
|
||||
"Key": "type",
|
||||
"Value": "echo-request"
|
||||
},
|
||||
{
|
||||
"Key": "type",
|
||||
"Value": "echo-reply"
|
||||
"Value": "echo-request,echo-reply,destination-unreachable"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue