added proxying

This commit is contained in:
frosty
2026-02-27 18:32:23 -05:00
parent 26e3403e03
commit 9f2cd56128
13 changed files with 416 additions and 17 deletions

View File

@@ -1,3 +1,16 @@
[server]
host = 0.0.0.0
port = 8000
port = 8000
[proxy]
# Single proxy (comment out to use list_file instead)
#proxy = "socks5://127.0.0.1:9050"
# Or use a proxy list file (one proxy per line)
#list_file = proxies.txt
#max_retries = 3
# Randomize proxy credentials for each request
#randomize_username = true
#randomize_password = true