Make forwarded_port file location configurable (#43)

* Make port forwarding status file dynamic

* Readme updates
This commit is contained in:
Juggels
2019-09-02 16:38:41 +02:00
committed by Quentin McGaw
parent 0a317b8be1
commit d35437bd73
3 changed files with 9 additions and 4 deletions

View File

@@ -31,6 +31,7 @@ ENV USER= \
UNBLOCK= \
EXTRA_SUBNETS= \
PORT_FORWARDING=false \
PORT_FORWARDING_STATUS_FILE="/forwarded_port" \
PROXY=on \
PROXY_LOG_LEVEL=Critical \
PROXY_PORT=8888 \