Support network proxies

This commit is contained in:
Ben Sarmiento
2024-01-11 04:15:40 +01:00
parent dfa3ef99b0
commit b2e02c7e1f
5 changed files with 66 additions and 34 deletions

View File

@@ -10,6 +10,12 @@ port: 9999
# username: yowmamasita
# password: 1234
# You can proxy all zurg requests like this:
# proxy: "http://[username:password@]host:port"
# proxy: "https://[username:password@]host:port"
# proxy: "socks4://[username@]host:port"
# proxy: "socks5://[username:password@]host:port"
# How many requests in parallel should we send to Real-Debrid API?
concurrent_workers: 20