Update web_search.md

This commit is contained in:
Silentoplayz 2024-12-22 16:22:33 -05:00
parent c3a0e83cc5
commit 378d16e160

View File

@ -80,8 +80,6 @@ sudo chmod a+rwx searxng-docker/searxng
<summary>searxng-docker/searxng/limiter.toml</summary> <summary>searxng-docker/searxng/limiter.toml</summary>
```bash ```bash
cat > searxng-docker/searxng/limiter.toml << EOF
# This configuration file updates the default configuration file # This configuration file updates the default configuration file
# See https://github.com/searxng/searxng/blob/master/searx/botdetection/limiter.toml # See https://github.com/searxng/searxng/blob/master/searx/botdetection/limiter.toml
@ -92,7 +90,6 @@ link_token = false
[botdetection.ip_lists] [botdetection.ip_lists]
block_ip = [] block_ip = []
pass_ip = [] pass_ip = []
EOF
``` ```
</details> </details>