mirror of
https://github.com/zedeus/nitter
synced 2026-09-05 14:49:32 +00:00
Add http proxy config
This commit is contained in:
parent
1e1e034237
commit
6aa913ad62
5 changed files with 15 additions and 1 deletions
|
|
@ -23,6 +23,8 @@ redisMaxConnections = 30
|
|||
hmacKey = "secretkey" # random key for cryptographic signing of video urls
|
||||
base64Media = false # use base64 encoding for proxied media urls
|
||||
enableRSS = true # set this to false to disable RSS feeds
|
||||
proxy = "" # proxy type http/https
|
||||
proxyAuth = ""
|
||||
tokenCount = 10
|
||||
# minimum amount of usable tokens. tokens are used to authorize API requests,
|
||||
# but they expire after ~1 hour, and have a limit of 187 requests.
|
||||
|
|
|
|||
Loading…
Reference in a new issue