diff --git a/Config.md b/Config.md index 66f112c..0f8dedb 100644 --- a/Config.md +++ b/Config.md @@ -35,13 +35,17 @@ This page documents all configuration variables available in `config.ini`, inclu | **Variable** | **Description** | **Default Value** | **Possible Values** | | ---------------------- | ------------------------------------------------------ | ------------------- | ------------------------- | -| `MetaProxyStrict` | Enforce strict behavior when MetaProxy fails | `true` | `true` / `false` | +| `MetaProxyStrict` | Try without proxy first, use proxy if local search fails | `false` | `true` / `false` | | `MetaProxies` | List of proxies to use for metasearch crawling | Empty | Comma-separated proxies | -| `CrawlerProxyStrict` | Enforce strict behavior when CrawlerProxy fails | `true` | `true` / `false` | +| `MetaProxyRetry` | Number of retry attempts for MetaProxy requests | `3` | Any positive integer | +| `CrawlerProxyStrict` | Try without proxy first, use proxy if local search fails | `false` | `true` / `false` | | `CrawlerProxies` | List of proxies to use for web crawling and indexing | Empty | Comma-separated proxies | +| `CrawlerProxyRetry` | Number of retry attempts for CrawlerProxy requests | `1` | Any positive integer | + ### Notes: +- Proxies use the **SOCKS5** protocol. - Proxies must be specified as a **comma-separated list**, dont use comma with space behind it. - Each proxy should be in the format: - `ADDRESS:PORT` @@ -56,7 +60,7 @@ This page documents all configuration variables available in `config.ini`, inclu | `Text` | A comma-separated list of **text search engines** in the exact order to query. Engines not listed are skipped. | `Google,Brave,DuckDuckGo` | `Google`, `LibreX`, `Brave`, `DuckDuckGo` | | `Image` | A comma-separated list of **image search engines** in the exact order to query. Engines not listed are skipped. | `Qwant,Bing,DeviantArt` | `Qwant`, `Bing`, `DeviantArt` | | `Files` | A comma-separated list of **file/torrent search engines** to enable (in any order). | `TorrentGalaxy,ThePirateBay` | `TorrentGalaxy`, `ThePirateBay` | -| `Video` | A comma-separated list of **piped instances** to use for video searching, fastest one is used first. | `api.piped.yt,pipedapi.moomoo.me,pipedapi.darkness.services,pipedapi.kavin.rocks,`... | Any valid Piped instance domain | +| `Video` | A comma-separated list of **piped instances** to use for video searching, fastest one is used first. | `api.piped.yt,pipedapi.moomoo.me,`... | Any valid Piped instance domain | | `LibreXInstances` | A comma-separated list of **LibreX / LibreX-Y** endpoints. The application queries each domain in order, aggregating results from all that respond. | `librex.antopie.org` | Any valid LibreX domain |