mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-10-19 12:35:48 +00:00
Optimized wireguard roles
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
- name: adapt iptable rules
|
||||
shell: iptables -A FORWARD -i wg0-client -j ACCEPT && iptables -t nat -A POSTROUTING -o eth0 -j MASQUERADE
|
Reference in New Issue
Block a user