Add app params list to readme
This commit is contained in:
parent
678a8cc192
commit
2d33041af0
10
README.md
10
README.md
@ -1,6 +1,6 @@
|
||||
# go-socks5-proxy
|
||||
|
||||
Simple socks5 server using go-socks5 with or without auth.
|
||||
Simple socks5 server using go-socks5 with or without auth
|
||||
|
||||
## Start container with proxy
|
||||
|
||||
@ -8,6 +8,14 @@ Simple socks5 server using go-socks5 with or without auth.
|
||||
|
||||
For auth-less mode just do not pass envrionment variables `PROXY_USER` and `PROXY_PASSWORD`.
|
||||
|
||||
## List of all supported config parameters
|
||||
|
||||
|ENV variable|Type|Default|Description|
|
||||
|------------|----|-------|-----------|
|
||||
|PROXY_USER|String|EMPTY|Set proxy user (also required existed PROXY_PASS)|
|
||||
|PROXY_PASSWORD|String|EMPTY|Set proxy password for auth, used with PROXY_USER|
|
||||
|PROXY_PORT|String|1080|Set listen port for application|
|
||||
|
||||
## Test running service
|
||||
|
||||
Without auth
|
||||
|
Loading…
Reference in New Issue
Block a user