AdmincraftA
Admincraft•13mo ago
Ashank

DDoS/Spam Detection

I've been trying to build up this spam detector to run on my machines, but I've been struggling due to Nginx Proxy Manger / Nginx in general. I've already added
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header Host $host;
to the advanced config in NPM but it's still detecting packets as from my own IP
1ggWs0j.png
Was this page helpful?