Fix WireGuard firewall rule
This commit is contained in:
parent
228cd5795b
commit
fa1dc4acb7
@ -35,5 +35,5 @@
|
|||||||
community.general.ufw:
|
community.general.ufw:
|
||||||
rule: allow
|
rule: allow
|
||||||
port: "{{ wireguard.listenport }}"
|
port: "{{ wireguard.listenport }}"
|
||||||
proto: tcp
|
proto: udp
|
||||||
when: wireguard.listenport is defined
|
when: wireguard.listenport is defined
|
||||||
|
Loading…
Reference in New Issue
Block a user