routing
This commit is contained in:
parent
2a0ae84569
commit
527c80c293
@ -72,12 +72,18 @@
|
|||||||
- Restart ufw
|
- Restart ufw
|
||||||
|
|
||||||
|
|
||||||
- name: Allow Routing
|
- name: Allow Routing from VPN/wg0
|
||||||
community.general.ufw:
|
community.general.ufw:
|
||||||
rule: allow
|
rule: allow
|
||||||
route: yes
|
route: yes
|
||||||
interface_in: wg0
|
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
|
- name: Restart service for config changes
|
||||||
copy:
|
copy:
|
||||||
dest: "/etc/systemd/system/wg-ui-restart.service"
|
dest: "/etc/systemd/system/wg-ui-restart.service"
|
||||||
|
Loading…
Reference in New Issue
Block a user