diff options
Diffstat (limited to 'searx/botdetection/limiter.toml')
-rw-r--r-- | searx/botdetection/limiter.toml | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/searx/botdetection/limiter.toml b/searx/botdetection/limiter.toml index 28c4e7589..af797d32c 100644 --- a/searx/botdetection/limiter.toml +++ b/searx/botdetection/limiter.toml @@ -1,3 +1,8 @@ [botdetection.ip_limit] -link_token = false
\ No newline at end of file +link_token = false + +[real_ip] + +# Number of values to trust for X-Forwarded-For. +x_for = 1 |