removes Qbittorrent port entry and comments out additional internal communication rules

This commit is contained in:
Menno van Leeuwen 2024-11-16 02:25:53 +01:00
parent 238661573c
commit 7e1a49c29e
Signed by: vleeuwenmenno
SSH Key Fingerprint: SHA256:OJFmjANpakwD3F2Rsws4GLtbdz1TJ5tkQF0RZmF0TRE

View File

@ -32,7 +32,7 @@
81 # Nginx Proxy Manager
5334 # Duplicati Notifications
7788 # Sabnzbd
8085 # Qbittorrent
#8085 # Qbittorrent
3030 # Gitea
5080 # Factorio Server Manager
5555 # Overseerr
@ -47,5 +47,18 @@
allowedUDPPorts = [
51820 # WireGuard
];
# Extra rules for allowing internal communication
# extraCommands = ''
# # Allow established connections
# iptables -A INPUT -m conntrack --ctstate ESTABLISHED,RELATED -j ACCEPT
# # Allow all traffic on internal networks
# iptables -A INPUT -i docker0 -j ACCEPT
# iptables -A INPUT -i tailscale0 -j ACCEPT
# # Allow traffic between Docker containers
# iptables -A DOCKER-USER -i docker0 -o docker0 -j ACCEPT
# '';
};
}