limiter.toml 510 B

12345678910111213141516171819202122
  1. [real_ip]
  2. # Number of values to trust for X-Forwarded-For.
  3. x_for = 1
  4. # The prefix defines the number of leading bits in an address that are compared
  5. # to determine whether or not an address is part of a (client) network.
  6. ipv4_prefix = 32
  7. ipv6_prefix = 48
  8. [botdetection.ip_limit]
  9. # To get unlimited access in a local network, by default link-lokal addresses
  10. # (networks) are not monitored by the ip_limit
  11. filter_link_local = false
  12. # acrivate link_token method in the ip_limit method
  13. link_token = false