feat: Multiple accounts (#29)

This commit is contained in:
Paramtamtam
2022-12-08 20:20:33 +04:00
committed by GitHub
parent 7be7f47fe4
commit 770665806e
5 changed files with 34 additions and 14 deletions

View File

@@ -13,7 +13,8 @@
"max_connections": "${MAX_CONNECTIONS:-1024}",
"auth": {
"login": "${PROXY_LOGIN:-}",
"password": "${PROXY_PASSWORD:-}"
"password": "${PROXY_PASSWORD:-}",
"extra_accounts": ${EXTRA_ACCOUNTS:-{}}
},
"ports": {
"proxy": "${PROXY_PORT:-3128}",