From b9bcd7982fd1ed858cfc5f2989fc73beae08bc42 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sat, 1 May 2021 21:30:35 +0200 Subject: [PATCH] Prettier --- qbittorrent/rootfs/etc/openvpn/up.sh | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/qbittorrent/rootfs/etc/openvpn/up.sh b/qbittorrent/rootfs/etc/openvpn/up.sh index 3e7750612..82a9bae2c 100644 --- a/qbittorrent/rootfs/etc/openvpn/up.sh +++ b/qbittorrent/rootfs/etc/openvpn/up.sh @@ -1,4 +1,6 @@ #!/bin/sh + +# launch qbittorrent /etc/openvpn/up-qbittorrent.sh "${4}" & # Copyright (c) 2006-2007 Gentoo Foundation @@ -79,6 +81,10 @@ if [ -n "${RC_SVCNAME}" ]; then fi fi +############### +# ALLOW WEBUI # +############### + /usr/sbin/ip route add 10.0.0.0/8 via 172.30.32.1 /usr/sbin/ip route add 192.168.0.0/16 via 172.30.32.1 /usr/sbin/ip route add 172.16.0.0/12 via 172.30.32.1