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:
Gustavo Iñiguez Goia 2023-07-26 11:40:17 +02:00
parent 122a471fcf
commit efded9edab
Failed to generate hash of commit

View file

@ -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"
}
]
}