Add BitTorrent port (6881) to london-b UFW allowed ports

Port was already manually configured in UFW, bringing it under Ansible management.
This commit is contained in:
Rasmus Wejlgaard 2026-03-29 10:04:18 +00:00
parent ddd50f9725
commit 17e5d1e173

View file

@ -14,3 +14,5 @@ docker_services:
common_ufw_allowed_ports: common_ufw_allowed_ports:
- {port: 32400, proto: tcp, comment: "Plex Media Server"} - {port: 32400, proto: tcp, comment: "Plex Media Server"}
- {port: 6881, proto: tcp, comment: "BitTorrent"}
- {port: 6881, proto: udp, comment: "BitTorrent"}