mirror of
https://github.com/zedeus/nitter
synced 2026-09-05 22:59:31 +00:00
Optional base64 support for proxy urls
This commit is contained in:
parent
1b9fa40237
commit
310c5e936d
7 changed files with 61 additions and 39 deletions
|
|
@ -23,6 +23,7 @@ stdout.flushFile
|
|||
updateDefaultPrefs(fullCfg)
|
||||
setCacheTimes(cfg)
|
||||
setHmacKey(cfg.hmacKey)
|
||||
setProxyEncoding(cfg.base64Media)
|
||||
|
||||
waitFor initRedisPool(cfg)
|
||||
stdout.write &"Connected to Redis at {cfg.redisHost}:{cfg.redisPort}\n"
|
||||
|
|
|
|||
Loading…
Reference in a new issue