mirror of
https://git.bwaaa.monster/omnisearch
synced 2026-03-25 17:19:02 +02:00
27 lines
581 B
INI
27 lines
581 B
INI
[server]
|
|
host = 0.0.0.0
|
|
port = 8087
|
|
|
|
[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
|
|
|
|
[cache]
|
|
# Directory to store cached responses
|
|
#dir = /tmp/omnisearch_cache
|
|
|
|
# Cache TTL for search results in seconds (default: 3600 = 1 hour)
|
|
#ttl_search = 3600
|
|
|
|
# Cache TTL for infobox data in seconds (default: 86400 = 24 hours)
|
|
#ttl_infobox = 86400
|