2
0
Fork 0

snippets.caddyfile: add tls-nc

This commit is contained in:
Astra 2026-07-02 21:20:30 +02:00
parent 44a64aa67b
commit a12f6f8523

View file

@ -38,6 +38,17 @@ Disallow: /"
} }
} }
(tls-nc) {
tls {
dns namecheap {
api_key {args[0]}
user {args[1]}
api_endpoint https://api.namecheap.com/xml.response
client_ip {args[2]}
}
}
}
(fuckbots) { (fuckbots) {
@fuckbots { @fuckbots {
header_regexp User-Agent "(Barkrowler|GoogleOther|Googlebot|Amazonbot|PetalBot|bingbot|YandexBot)" header_regexp User-Agent "(Barkrowler|GoogleOther|Googlebot|Amazonbot|PetalBot|bingbot|YandexBot)"