forked from Icycoide/searxng
[mod] document server:public_instance & remove it out of the botdetection
- the option server:public_instance lacks some documentation - the processing of this option belongs in the limiter and not in botdetection module Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
This commit is contained in:
parent
fd814aac86
commit
d13a8f6453
4 changed files with 29 additions and 9 deletions
|
@ -108,5 +108,6 @@ else:
|
|||
if settings['server']['public_instance']:
|
||||
logger.warning(
|
||||
"Be aware you have activated features intended only for public instances. "
|
||||
+ "This force the usage of the bot limiter and link_token plugins."
|
||||
"This force the usage of the limiter and link_token / "
|
||||
"see https://docs.searxng.org/admin/searx.limiter.html"
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue