From 287e3897daa02e6d9d56011ab63af03725a9c95b Mon Sep 17 00:00:00 2001 From: Netsky <56271887+TheNetsky@users.noreply.github.com> Date: Mon, 24 Feb 2025 15:51:08 +0100 Subject: [PATCH 1/2] Update README.md --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 54cfab0..e9ac139 100644 --- a/README.md +++ b/README.md @@ -82,7 +82,6 @@ A basic docker `compose.yaml` is provided. Follow these steps to configure and r | proxy.proxyBingTerms | Enable or disable proxying the request via set proxy | `true` (will be proxied) | | webhook.enabled | Enable or disable your set webhook | `false` | | webhook.url | Your Discord webhook URL | `null` | -| | Run the script immediately when the Docker container starts | `true` | ## Features ## - [x] Multi-Account Support From b630c3dddaee4810777a9cb99060afe68d27c1bd Mon Sep 17 00:00:00 2001 From: Netsky <56271887+TheNetsky@users.noreply.github.com> Date: Mon, 24 Feb 2025 15:52:53 +0100 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e9ac139..f09ce0f 100644 --- a/README.md +++ b/README.md @@ -71,7 +71,7 @@ A basic docker `compose.yaml` is provided. Follow these steps to configure and r | workers.doReadToEarn | Complete read to earn activity | `true` | | searchOnBingLocalQueries | Complete the activity "search on Bing" using the `queries.json` or fetched from this repo | `false` (Will fetch from this repo) | | globalTimeout | The length before the action gets timeout | `30s` | -| searchSettings.useGeoLocaleQueries | Generate search queries based on your geo-location | `true` (Uses EN-US generated queries) | +| searchSettings.useGeoLocaleQueries | Generate search queries based on your geo-location | `false` (Uses EN-US generated queries) | | searchSettings.scrollRandomResults | Scroll randomly in search results | `true` | | searchSettings.clickRandomResults | Visit random website from search result| `true` | | searchSettings.searchDelay | Minimum and maximum time in miliseconds between search queries | `min: 1min` `max: 2min` |