Fix symlink, add AnonVPN to provider list and remove redundant argument to dockerize
This commit is contained in:
@@ -5,6 +5,7 @@ It bundles certificates and configurations for the following VPN providers:
|
|||||||
| Provider Name | Config Value |
|
| Provider Name | Config Value |
|
||||||
|:-----------------------------|:-------------|
|
|:-----------------------------|:-------------|
|
||||||
| Anonine | `ANONINE` |
|
| Anonine | `ANONINE` |
|
||||||
|
| AnonVPN | `ANONVPN` |
|
||||||
| BlackVPN | `BLACKVPN` |
|
| BlackVPN | `BLACKVPN` |
|
||||||
| BTGuard | `BTGUARD` |
|
| BTGuard | `BTGUARD` |
|
||||||
| Cryptostorm | `CRYPTOSTORM` |
|
| Cryptostorm | `CRYPTOSTORM` |
|
||||||
|
@@ -1 +1 @@
|
|||||||
Chicago.ovpn
|
Chicago.ovpn
|
@@ -16,7 +16,7 @@ fi
|
|||||||
echo "Generating transmission settings.json from env variables"
|
echo "Generating transmission settings.json from env variables"
|
||||||
# Ensure TRANSMISSION_HOME is created
|
# Ensure TRANSMISSION_HOME is created
|
||||||
mkdir -p ${TRANSMISSION_HOME}
|
mkdir -p ${TRANSMISSION_HOME}
|
||||||
dockerize -template /etc/transmission/settings.tmpl:${TRANSMISSION_HOME}/settings.json /bin/true
|
dockerize -template /etc/transmission/settings.tmpl:${TRANSMISSION_HOME}/settings.json
|
||||||
|
|
||||||
if [ ! -e "/dev/random" ]; then
|
if [ ! -e "/dev/random" ]; then
|
||||||
# Avoid "Fatal: no entropy gathering module detected" error
|
# Avoid "Fatal: no entropy gathering module detected" error
|
||||||
|
Reference in New Issue
Block a user