mirror of
https://github.com/viljarb0/site.git
synced 2026-08-12 00:57:54 +00:00
deleted: Dockerfile.nginx modified: Makefile modified: README.md deleted: compose.certbot.yml modified: docker-compose.yml deleted: entrypoint-certbot.sh deleted: entrypoint-nginx.sh deleted: nginx-gitea.conf.template deleted: nginx.conf.template new file: proxy/Caddyfile new file: proxy/limiter.toml new file: searx/.env new file: searx/.env.example new file: searx/core-config/limiter.toml new file: searx/limiter.toml new file: web/Caddyfile
28 lines
341 B
TOML
28 lines
341 B
TOML
[botdetection]
|
|
|
|
ipv4_prefix = 32
|
|
ipv6_prefix = 48
|
|
|
|
# Trust the Caddy reverse proxy on the docker network.
|
|
trusted_proxies = [
|
|
"127.0.0.0/8",
|
|
"::1",
|
|
"172.16.0.0/12",
|
|
"10.0.0.0/8",
|
|
]
|
|
|
|
[botdetection.ip_limit]
|
|
|
|
filter_link_local = false
|
|
link_token = false
|
|
|
|
[botdetection.ip_lists]
|
|
|
|
block_ip = [
|
|
]
|
|
|
|
pass_ip = [
|
|
]
|
|
|
|
pass_searxng_org = true
|