Iptables #3

Open
opened 2024-09-01 04:30:44 +00:00 by Oliver · 0 comments
Owner

all that is needed is:

PostUp = iptables -A FORWARD -i %i -o %i -j ACCEPT
Postdown = iptables -D FORWARD -i %i -o %i -j ACCEPT
all that is needed is: ``` PostUp = iptables -A FORWARD -i %i -o %i -j ACCEPT Postdown = iptables -D FORWARD -i %i -o %i -j ACCEPT ```
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Oliver/quick-wireguard#3
No description provided.