mirror of
https://github.com/hackacad/bastille.git
synced 2025-12-22 10:10:46 +01:00
Explain permissive NAT
This commit is contained in:
@@ -58,6 +58,7 @@ This basic /etc/pf.conf allow incoming packets on the bridge interface, and NATs
|
|||||||
set skip on lo
|
set skip on lo
|
||||||
scrub in
|
scrub in
|
||||||
|
|
||||||
|
# permissive NAT allows jail bridge and wireguard tunnels
|
||||||
nat on $ext_if inet from !($ext_if) -> ($ext_if:0)
|
nat on $ext_if inet from !($ext_if) -> ($ext_if:0)
|
||||||
|
|
||||||
block in
|
block in
|
||||||
|
|||||||
Reference in New Issue
Block a user