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