mirror of
https://github.com/zedeus/nitter
synced 2026-09-05 14:49:32 +00:00
Add preliminary support for nitter-proxy
This commit is contained in:
parent
663f5a52e1
commit
51b54852dc
5 changed files with 16 additions and 1 deletions
|
|
@ -26,6 +26,7 @@ enableRSS = true # set this to false to disable RSS feeds
|
|||
enableDebug = false # enable request logs and debug endpoints (/.sessions)
|
||||
proxy = "" # http/https url, SOCKS proxies are not supported
|
||||
proxyAuth = ""
|
||||
apiProxy = "" # nitter-proxy host, e.g. localhost:7000
|
||||
disableTid = false # enable this if cookie-based auth is failing
|
||||
|
||||
# Change default preferences here, see src/prefs_impl.nim for a complete list
|
||||
|
|
|
|||
Loading…
Reference in a new issue