Added role native-wireguard-behind-firewall

This commit is contained in:
2021-01-11 18:51:44 +01:00
parent e865e54777
commit a273f6752f
6 changed files with 22 additions and 3 deletions

View 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