feat: EXTRA_CONFIG environment variable is supported

This commit is contained in:
Paramtamtam
2024-03-16 18:43:37 +04:00
parent 298e65c0b0
commit 4f60889624
4 changed files with 27 additions and 12 deletions

View File

@@ -19,5 +19,6 @@
"ports": {
"proxy": "${PROXY_PORT:-3128}",
"socks": "${SOCKS_PORT:-1080}"
}
},
"extra_config": "${EXTRA_CONFIG}"
}