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 = {
|
networking.firewall = {
|
||||||
enable = true;
|
enable = true;
|
||||||
allowedTCPPorts = [
|
allowedTCPPorts = [
|
||||||
400 # SSH
|
|
||||||
80 # HTTP
|
80 # HTTP
|
||||||
443 # HTTPS
|
443 # HTTPS
|
||||||
|
|
||||||
22 # Git over SSH
|
22 # Git over SSH
|
||||||
32400 # Plex
|
400 # SSH
|
||||||
|
25565 # Minecraft
|
||||||
|
3456 # Minecraft (Bluemap)
|
||||||
|
|
||||||
# Interal services
|
# Interal services
|
||||||
81 # Nginx Proxy Manager
|
81 # Nginx Proxy Manager
|
||||||
7788 # Sabnzbd
|
7788 # Sabnzbd
|
||||||
8085 # Qbittorrent
|
8085 # Qbittorrent
|
||||||
3030 # Gitea
|
3030 # Gitea
|
||||||
|
5080 # Factorio Server Manager
|
||||||
|
|
||||||
# Arr services
|
# Arr services
|
||||||
5555 # Overseerr
|
5555 # Overseerr
|
||||||
@ -41,6 +43,10 @@
|
|||||||
8989 # Sonarr
|
8989 # Sonarr
|
||||||
8386 # Whisparr
|
8386 # Whisparr
|
||||||
8191 # Flaresolerr
|
8191 # Flaresolerr
|
||||||
|
|
||||||
|
# Media services
|
||||||
|
32400 # Plex
|
||||||
|
9999 # Stash
|
||||||
];
|
];
|
||||||
allowedUDPPorts = [
|
allowedUDPPorts = [
|
||||||
51820 # WireGuard
|
51820 # WireGuard
|
||||||
|
Loading…
x
Reference in New Issue
Block a user