NGINX for TCP DDOS Protection

ddosnginxPROXYtcp

I require a TCP reverse proxy to protect my server's IP. I need something like this which works fine https://xhosts.uk/ddosprotection or https://www.hostsavor.com/proxies
I was wondering if I could use NGINX to achieve this, as NGINX is what I currently use as my ddos protection.

Best Answer

There some ways to use Nginx for DOS Protection (see Rate Limiting with NGINX and NGINX Plus or Mitigating DDoS Attacks with NGINX and NGINX Plus) but for real DDOS attacks - I emphasize the first D which stands for "Distributed" - you need a little more than Nginx, especially on network level.

However I assume that the linked approaches gives you already a good start into this issue.