feat(proxy): socks5 support (#933)

This commit is contained in:
joslynesser
2020-11-27 11:18:23 -08:00
committed by GitHub
parent a8d9c033b6
commit 364c6c25df
4 changed files with 5 additions and 2 deletions
+2 -1
View File
@@ -291,7 +291,8 @@ const page = {
const proxy = {
address: envOrString(process.env.PROXY_ADDRESS),
port: envOrNumber(process.env.PROXY_PORT, 80)
port: envOrNumber(process.env.PROXY_PORT, 80),
protocol: envOrString(process.env.PROXY_PROTOCOL, 'http')
};
// Check for deprecated configuration values