sec: Ingress | disallow AI bots crawling all domains on all paths

This commit is contained in:
2025-11-16 21:45:28 +05:00
parent afb9447dca
commit 132712f1c0

View File

@@ -43,6 +43,11 @@ controller:
302 "public";
default "no-cache";
}
server-snippet: |
location = /robots.txt {
default_type text/plain;
return 200 "User-agent: GPTBot\nDisallow: /\nUser-agent: CCBot\nDisallow: /\nUser-agent: *\nAllow: /\n";
}
tcp:
22: "homelab/gitea-ssh:22"
25565: "minecraft/monifactory-server:25565"