fix: add mangos ports to firewall (#61)

This commit is contained in:
Rasmus Wejlgaard 2026-04-11 20:42:17 +01:00 committed by GitHub
parent 1ab278e47a
commit 1ef59ccc4a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -17,3 +17,7 @@ docker_services:
# MaNGOS database backend — managed by apt, not Ansible
system_packages_services:
- mariadb
common_ufw_allowed_ports:
- {port: 3724, proto: tcp, comment: "MaNGOS Realmd"}
- {port: 8085, proto: tcp, comment: "MaNGOS World Server"}