Skip to content

Commit

Permalink
Updated README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
r-caamano committed Sep 26, 2024
1 parent 2a76017 commit 9749dce
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -476,6 +476,19 @@ sudo zfw --vrrp-enable <ens33 | all>
sudo zfw --vrrp-enable <ens33 | all> -d
```

### Non tuple passthrough
**Caution:**
This allows all non udp/tcp traffic to passthrough to the OS and should only be enabled if you are using zfw for tcp/udp redirection and are
using **another firewall** to filter traffic. This setting will also disable icmp masquerade if enabled. **THIS SETTING IS DISABLED BY DEFAULT**.
- Enable
```
sudo zfw -q, --pass-non-tuple <ifname | all>
```

- Disable
```
sudo zfw -q, --pass-non-tuple <ifname | all> -d
```

### Inserting / Deleting Ingress rules

Expand Down

0 comments on commit 9749dce

Please sign in to comment.