sec: Ingress | disallow AI bots crawling all domains on all paths
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user