From 4690315f67ca786eb7e0e2a46ba614cf1177c81b Mon Sep 17 00:00:00 2001 From: MarkusMcNugen Date: Fri, 2 Feb 2018 23:11:15 -0500 Subject: [PATCH] Update iptables.sh --- qbittorrent/iptables.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qbittorrent/iptables.sh b/qbittorrent/iptables.sh index 2c5309b..bfc8e89 100644 --- a/qbittorrent/iptables.sh +++ b/qbittorrent/iptables.sh @@ -39,7 +39,7 @@ if [[ $iptable_mangle_exit_code == 0 ]]; then echo "[info] iptable_mangle support detected, adding fwmark for tables" # setup route for deluge webui using set-mark to route traffic for port 8112 to eth0 - echo "8112 webui" >> /etc/iproute2/rt_tables + echo "8080 webui" >> /etc/iproute2/rt_tables ip rule add fwmark 1 table webui ip route add default via $DEFAULT_GATEWAY table webui