drop requests to pds from freundica
This commit is contained in:
parent
5c0a73a92d
commit
cf27f3a9dd
1 changed files with 3 additions and 0 deletions
|
@ -12,6 +12,9 @@ export const config = ngx("", [
|
|||
...ngx.listen(),
|
||||
...ngx.letsEncrypt("pds.bun.how"),
|
||||
],
|
||||
ngx("if ($http_user_agent ~ (freundica\.de))", [
|
||||
"return 444"
|
||||
]),
|
||||
ngx("location /", [
|
||||
"client_max_body_size 1G",
|
||||
"proxy_pass http://127.0.0.7:2583",
|
||||
|
|
Loading…
Reference in a new issue