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
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

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