diff options
| author | frosty <gabriel@bwaaa.monster> | 2026-02-27 18:32:23 -0500 |
|---|---|---|
| committer | frosty <gabriel@bwaaa.monster> | 2026-02-27 18:32:23 -0500 |
| commit | 9f2cd561286784fd000eb8a00f1f80db3185062c (patch) | |
| tree | 14216b6d50b34bab1c7f7ae70d628d3560613f9e /example-config.ini | |
| parent | 26e3403e039d1a80f2e62f8efe889ad5f40c8cee (diff) | |
| download | omnisearch-9f2cd561286784fd000eb8a00f1f80db3185062c.tar.gz | |
added proxying
Diffstat (limited to 'example-config.ini')
| -rw-r--r-- | example-config.ini | 15 |
1 files changed, 14 insertions, 1 deletions
diff --git a/example-config.ini b/example-config.ini index 8905049..26385ac 100644 --- a/example-config.ini +++ b/example-config.ini @@ -1,3 +1,16 @@ [server] host = 0.0.0.0 -port = 8000
\ No newline at end of file +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 |
