This commit is contained in:
Alexandre
2021-05-01 21:30:35 +02:00
committed by GitHub
parent cae132268f
commit b9bcd7982f

View File

@@ -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