fix openvpn
This commit is contained in:
@ -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+
|
||||||
...
|
...
|
||||||
|
Reference in New Issue
Block a user