Skip to content

Commit

Permalink
πŸ› (ufw): Allow UDP for Wireguard
Browse files Browse the repository at this point in the history
  • Loading branch information
theobori committed May 17, 2024
1 parent f5ba823 commit bacb073
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,10 @@
to_port: "80"
- rule: allow
to_port: "{{ ssh_port }}"

# Wireguard
- rule: allow
to_port: "51820"
proto: udp
# Delete default rule
- rule: allow
name: Anywhere
Expand Down

0 comments on commit bacb073

Please sign in to comment.