From 00b4a516f6c51f65bb2d92323e593964dc1a5493 Mon Sep 17 00:00:00 2001 From: MarkusMcNugen Date: Fri, 2 Feb 2018 22:49:19 -0500 Subject: [PATCH] Update iptables.sh --- qbittorrent/iptables.sh | 5 ----- 1 file changed, 5 deletions(-) diff --git a/qbittorrent/iptables.sh b/qbittorrent/iptables.sh index a337eb2..7736ba0 100644 --- a/qbittorrent/iptables.sh +++ b/qbittorrent/iptables.sh @@ -151,11 +151,6 @@ for lan_network_item in "${lan_network_list[@]}"; do # accept output to deluge daemon port - used for lan access iptables -A OUTPUT -o eth0 -d "${lan_network_item}" -p tcp --sport 58846 -j ACCEPT - # accept output from privoxy if enabled - used for lan access - if [[ $ENABLE_PRIVOXY == "yes" ]]; then - iptables -A OUTPUT -o eth0 -p tcp -s "${docker_network_cidr}" -d "${lan_network_item}" -j ACCEPT - fi - done # accept output for icmp (ping)