This commit is contained in:
olli 2024-10-10 10:57:14 +02:00
parent 2a0ae84569
commit 527c80c293

View File

@ -72,12 +72,18 @@
- Restart ufw
- name: Allow Routing
- name: Allow Routing from VPN/wg0
community.general.ufw:
rule: allow
route: yes
interface_in: wg0
- name: Allow Routing to VPN/wg0
community.general.ufw:
rule: allow
route: yes
interface_out: wg0
- name: Restart service for config changes
copy:
dest: "/etc/systemd/system/wg-ui-restart.service"