fail fast on mta-sts bot traffic
This commit is contained in:
@@ -342,6 +342,12 @@ http {
|
||||
location = / {
|
||||
return 301 https://grapheneos.org/articles/grapheneos-servers;
|
||||
}
|
||||
|
||||
location = /.well-known/mta-sts.txt {}
|
||||
|
||||
location / {
|
||||
return 404;
|
||||
}
|
||||
}
|
||||
|
||||
server {
|
||||
|
||||
Reference in New Issue
Block a user