caddy (snippets): add fuckbots
parent
de84153bfc
commit
e35c16b403
|
@ -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
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue