mirror of
https://github.com/RWejlgaard/pez-infra.git
synced 2026-05-06 04:14:43 +00:00
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:
parent
ddd50f9725
commit
17e5d1e173
1 changed files with 2 additions and 0 deletions
|
|
@ -14,3 +14,5 @@ docker_services:
|
|||
|
||||
common_ufw_allowed_ports:
|
||||
- {port: 32400, proto: tcp, comment: "Plex Media Server"}
|
||||
- {port: 6881, proto: tcp, comment: "BitTorrent"}
|
||||
- {port: 6881, proto: udp, comment: "BitTorrent"}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue