Self-hosting @slrpnk.net poVoq @slrpnk.net 10mo ago Blocking Bots with Nginx rknight.me Blocking Bots with Nginx
Extra fun nginx thing: don't use 403, use 444.That's a nginx special response that doesn't actually send anything back, it just drops the connection and moves on.
My robots.txt has definitely only partially helped. I'll have to see if I can do the same with my Caddy setup.
Extra fun nginx thing: don't use 403, use 444.
That's a nginx special response that doesn't actually send anything back, it just drops the connection and moves on.