mirror of
https://github.com/zedeus/nitter
synced 2026-09-05 22:59:31 +00:00
Add http proxy config
This commit is contained in:
parent
1e1e034237
commit
6aa913ad62
5 changed files with 15 additions and 1 deletions
|
|
@ -32,6 +32,7 @@ setCacheTimes(cfg)
|
|||
setHmacKey(cfg.hmacKey)
|
||||
setProxyEncoding(cfg.base64Media)
|
||||
setMaxHttpConns(cfg.httpMaxConns)
|
||||
setHttpProxy(cfg.proxy, cfg.proxyAuth)
|
||||
|
||||
waitFor initRedisPool(cfg)
|
||||
stdout.write &"Connected to Redis at {cfg.redisHost}:{cfg.redisPort}\n"
|
||||
|
|
|
|||
Loading…
Reference in a new issue