Add Samba port (445/tcp) to london-b UFW allowed ports

This commit is contained in:
Rasmus Wejlgaard 2026-03-29 17:28:31 +00:00
parent 17e5d1e173
commit 5c8f78a714

View file

@ -16,3 +16,4 @@ 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: tcp, comment: "BitTorrent"}
- {port: 6881, proto: udp, comment: "BitTorrent"} - {port: 6881, proto: udp, comment: "BitTorrent"}
- {port: 445, proto: tcp, comment: "Samba"}