mirror of
https://github.com/RWejlgaard/pez-infra.git
synced 2026-05-06 04:14:43 +00:00
fix: add mangos ports to firewall (#61)
This commit is contained in:
parent
1ab278e47a
commit
1ef59ccc4a
1 changed files with 4 additions and 0 deletions
|
|
@ -17,3 +17,7 @@ docker_services:
|
||||||
# MaNGOS database backend — managed by apt, not Ansible
|
# MaNGOS database backend — managed by apt, not Ansible
|
||||||
system_packages_services:
|
system_packages_services:
|
||||||
- mariadb
|
- mariadb
|
||||||
|
|
||||||
|
common_ufw_allowed_ports:
|
||||||
|
- {port: 3724, proto: tcp, comment: "MaNGOS Realmd"}
|
||||||
|
- {port: 8085, proto: tcp, comment: "MaNGOS World Server"}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue