mirror of
https://github.com/evilsocket/opensnitch.git
synced 2025-03-04 08:34:40 +01:00
updated after opensnitch repo commit a0bc5415ff
parent
0cba550df8
commit
cd4a966cf2
1 changed files with 3 additions and 3 deletions
|
@ -15,7 +15,7 @@ You can apply a restrictive firewall policy for inbound connections by setting t
|
|||
|
||||
|
||||
|
||||
- **Add basic firewall rules (>= v1.6.0)**
|
||||
- **Add firewall rules (>= v1.6.0)**
|
||||
|
||||
Besides restricting what applications can access the internet, now you can configure general firewall rules.
|
||||
|
||||
|
@ -218,7 +218,7 @@ Example:
|
|||
|
||||
---
|
||||
|
||||
ip + daddr, IP ranges (network ranges not supported)
|
||||
ip + daddr, IP ranges (network ranges not supported yet)
|
||||
```json
|
||||
"Statement": {
|
||||
"Op": "!=",
|
||||
|
@ -279,7 +279,7 @@ tcp + dport, single dport
|
|||
udp + dport + operator, dports range
|
||||
```json
|
||||
"Statement": {
|
||||
"Op": ">=",
|
||||
"Op": "==",
|
||||
"Name": "udp",
|
||||
"Values": [
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue