Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/arch-qbittorrentvpn/commit/3eae257f59e9d0e7129fc51a98bbbb3bb3926e53?style=unified&whitespace=show-all You should set ROOT_URL correctly, otherwise the web may not work correctly.

bug in iptables due to switch of default_gateway var

pull/94/head
binhex 4 years ago
parent fd4fa6e7e3
commit 3eae257f59

@ -65,7 +65,8 @@ if [[ "${iptable_mangle_exit_code}" == 0 ]]; then
# setup route for qbittorrent http using set-mark to route traffic for port WEBUI_PORT to lan
echo "${WEBUI_PORT} qbittorrent_http" >> /etc/iproute2/rt_tables
ip rule add fwmark 1 table qbittorrent_http
ip route add default via $DEFAULT_GATEWAY table qbittorrent_http
ip route add default via "${default_gateway}" table qbittorrent_http
fi

Loading…
Cancel
Save