server/minecraft: Allow query requests through firewall

dehydrated
Felix Stupp 5 years ago
parent 7fad2a89be
commit a65ba1ec64
Signed by: zocker
GPG Key ID: 93E1BD26F6B02FB7

@ -135,3 +135,10 @@
rule: allow
port: "{{ minecraft_port }}"
proto: tcp
- name: Allow port for minecraft query requests
ufw:
comment: "{{ domain }} minecraft query requests"
rule: allow
port: "{{ minecraft_query_port }}"
proto: udp

Loading…
Cancel
Save