This commit is contained in:
nora 2025-08-08 23:48:22 +02:00
parent b382e5b232
commit 72bd7972da
2 changed files with 11 additions and 0 deletions

View file

@ -10,6 +10,15 @@ in
"does-it-build.noratrieb.dev" = {
logFormat = "";
extraConfig = ''
@blocked {
header User-Agent *SemrushBot*
header User-Agent *AhrefsBot*
header User-Agent *Amazonbot*
header User-Agent *openai.com*
}
respond @blocked "get fucked" 418
encode zstd gzip
reverse_proxy * localhost:3000
'';