feat(dockerfile): add searxng-limiter.toml configuration file
This commit is contained in:
parent
17fbc28172
commit
eebe6f9eed
2 changed files with 5 additions and 1 deletions
3
searxng-limiter.toml
Normal file
3
searxng-limiter.toml
Normal file
|
|
@ -0,0 +1,3 @@
|
||||||
|
[botdetection.ip_limit]
|
||||||
|
|
||||||
|
link_token = true
|
||||||
|
|
@ -1,3 +1,4 @@
|
||||||
FROM searxng/searxng
|
FROM searxng/searxng
|
||||||
|
|
||||||
COPY searxng-settings.yml /etc/searxng/settings.yml
|
COPY searxng-settings.yml /etc/searxng/settings.yml
|
||||||
|
COPY searxng-limiter.toml /etc/searxng/limiter.toml
|
||||||
Loading…
Add table
Add a link
Reference in a new issue