adds allowedTCPPorts for Minecraft and updates allowedTCPPorts for internal and media services
This commit is contained in:
parent
3b7b414394
commit
e6dfc2aba4
@ -20,18 +20,20 @@
|
||||
networking.firewall = {
|
||||
enable = true;
|
||||
allowedTCPPorts = [
|
||||
400 # SSH
|
||||
80 # HTTP
|
||||
443 # HTTPS
|
||||
|
||||
22 # Git over SSH
|
||||
32400 # Plex
|
||||
400 # SSH
|
||||
25565 # Minecraft
|
||||
3456 # Minecraft (Bluemap)
|
||||
|
||||
# Interal services
|
||||
81 # Nginx Proxy Manager
|
||||
7788 # Sabnzbd
|
||||
8085 # Qbittorrent
|
||||
3030 # Gitea
|
||||
5080 # Factorio Server Manager
|
||||
|
||||
# Arr services
|
||||
5555 # Overseerr
|
||||
@ -41,6 +43,10 @@
|
||||
8989 # Sonarr
|
||||
8386 # Whisparr
|
||||
8191 # Flaresolerr
|
||||
|
||||
# Media services
|
||||
32400 # Plex
|
||||
9999 # Stash
|
||||
];
|
||||
allowedUDPPorts = [
|
||||
51820 # WireGuard
|
||||
|
Loading…
x
Reference in New Issue
Block a user