What is Nostr?
Vaz
npub1vaz…5t60
2024-09-06 13:47:36
in reply to nevent1q…p44k

Vaz on Nostr: If you are a relay operator and using nginx filtering out empty http_user_agent would ...

If you are a relay operator and using nginx filtering out empty http_user_agent would helped for the time being. b4 thos guy changed it
put this in nginx's server scope
```
server {
server_name my.cool.site;
if ($http_user_agent = "" ) { return 403; }
}
```
Author Public Key
npub1vaz88a5zhsqsrj220vh5vdnpjsu53msm34hzvcrh27x5d7zeav7qm45t60