Fix WireGuard firewall rule

This commit is contained in:
2023-06-15 03:09:13 -04:00
parent 228cd5795b
commit fa1dc4acb7

View File

@@ -35,5 +35,5 @@
community.general.ufw:
rule: allow
port: "{{ wireguard.listenport }}"
proto: tcp
proto: udp
when: wireguard.listenport is defined