Skip to content

Commit

Permalink
doc: clarifying Firewall caveats
Browse files Browse the repository at this point in the history
  • Loading branch information
spumer authored Aug 1, 2021
1 parent 9ef9c40 commit 092e6fb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ eBPF is more efficient way to check/accept/drop packets in Linux

[More in Wikipedia](https://en.wikipedia.org/wiki/Berkeley_Packet_Filter)

### Firewall

As redirection and filtering processed before any firewall rules applied, you also need ensure target (redirect) ports are accessable from external network.
If your server placed behind NAT and all rules live in router, you do not need do anything.

## Requirements

Expand Down

0 comments on commit 092e6fb

Please sign in to comment.