Fix WireGuard firewall rule

This commit is contained in:
Kris Lamoureux 2023-06-15 03:09:13 -04:00
parent 228cd5795b
commit fa1dc4acb7
Signed by: kris
GPG Key ID: 3EDA9C3441EDA925

View File

@ -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