mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-11 10:21:02 +01:00
Prettier
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user