fail fast on mta-sts bot traffic

This commit is contained in:
Daniel Micay 2021-05-16 04:50:20 -04:00
parent 6728a8a24d
commit 4e3f449c2d

View File

@ -342,6 +342,12 @@ http {
location = / {
return 301 https://grapheneos.org/articles/grapheneos-servers;
}
location = /.well-known/mta-sts.txt {}
location / {
return 404;
}
}
server {