feat: add socks username/password config (#890)

Co-authored-by: Redon <790348264@qq.com>
This commit is contained in:
Hank
2023-03-31 13:09:51 +08:00
committed by GitHub
parent d2a852d5eb
commit 90f0c3a80b
2 changed files with 26 additions and 14 deletions

View File

@@ -27,6 +27,10 @@ services:
SOCKS_PROXY_HOST:
# Socks代理端口可选和 SOCKS_PROXY_HOST 一起时生效
SOCKS_PROXY_PORT:
# Socks代理用户名可选和 SOCKS_PROXY_HOST & SOCKS_PROXY_PORT 一起时生效
SOCKS_PROXY_USERNAME:
# Socks代理密码可选和 SOCKS_PROXY_HOST & SOCKS_PROXY_PORT 一起时生效
SOCKS_PROXY_PASSWORD:
# HTTPS_PROXY 代理,可选
HTTPS_PROXY:
nginx: