mirror of
https://github.com/opelly27/streetmerchant.git
synced 2026-05-20 05:17:35 +00:00
feat(proxy): socks5 support (#933)
This commit is contained in:
+2
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user