2
0
Fork 0

caddy (snippets): add fuckbots

main
Astra 2024-09-25 01:16:50 +01:00
parent de84153bfc
commit e35c16b403
1 changed files with 10 additions and 0 deletions

View File

@ -38,3 +38,13 @@ Disallow: /"
}
}
(fuckbots) {
@fuckbots {
header_regexp User-Agent "(GoogleOther|Googlebot|Amazonbot|PetalBot|bingbot|YandexBot)"
header Host git.zio.sh
}
handle @fuckbots {
respond Gone 410
}
}