fix openvpn
This commit is contained in:
parent
dee3cc5dc6
commit
043cab21f5
@ -53,4 +53,10 @@
|
|||||||
- name: Reload ufw
|
- name: Reload ufw
|
||||||
community.general.ufw:
|
community.general.ufw:
|
||||||
state: reloaded
|
state: reloaded
|
||||||
|
|
||||||
|
- name: Apply custom ufw rules
|
||||||
|
community.general.ufw:
|
||||||
|
rule: allow
|
||||||
|
direction: "in"
|
||||||
|
interface: tun+
|
||||||
...
|
...
|
||||||
|
Loading…
Reference in New Issue
Block a user