mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-11-28 23:43:11 +00:00
Cleaned up and refactored
This commit is contained in:
2
roles/client-wireguard-behind-firewall/tasks/main.yml
Normal file
2
roles/client-wireguard-behind-firewall/tasks/main.yml
Normal file
@@ -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