Merge pull request #394 from T4cC0re/dev

add option to drop the default route on providers, that do not override it properly
This commit is contained in:
Kristian Haugene
2018-02-21 21:46:53 +01:00
committed by GitHub
3 changed files with 17 additions and 0 deletions

View File

@@ -83,3 +83,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 }}