routing
This commit is contained in:
parent
2a0ae84569
commit
527c80c293
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user