add option to drop the default route on providers, that do not override it properly

This commit is contained in:
Hendrik Jonas Meyer
2018-01-16 22:24:17 +01:00
parent 165c187525
commit e37641653c
3 changed files with 17 additions and 0 deletions

View File

@@ -81,3 +81,6 @@ export PGID={{ .Env.PGID }}
# Support custom web frontend
{{ if .Env.TRANSMISSION_WEB_HOME }} export TRANSMISSION_WEB_HOME={{ .Env.TRANSMISSION_WEB_HOME }} {{end}}
# Support dropping the default route after connection
export DROP_DEFAULT_ROUTE={{ .Env.DROP_DEFAULT_ROUTE }}