Cloudflare IPs refuse to connect (and timeout) after large DDoS attack

What is the name of the domain?

serversiding.com

What is the error number?

UND_ERR_CONNECT_TIMEOUT

What is the error message?

ConnectTimeoutError: Connect Timeout Error (attempted addresses: 162.159.138.232:443, 162.159.135.232:443, 162.159.137.232:443, 162.159.136.232:443, 162.159.128.233:443) at onConnectTimeout (/root/torrent-source/TorrentBackend/node_modules/undici/lib/core/connect.js:190:24) at /root/torrent-source/TorrentBackend/node_modules/undici/lib/core/connect.js:133:46 at Immediate._onImmediate (/root/torrent-source/TorrentBackend/node_modules/undici/lib/core/connect.js:174:9) at process.processImmediate (node:internal/timers:478:21) { code: ‘UND_ERR_CONNECT_TIMEOUT’ }

What is the issue you’re encountering

My VPS fully broke and can’t make a single request or nothing after it got DDoSed hardly, and Cloudflare IPs refuse to connect. I use express.js. It used to give me error code 520 before but I switched VPS ip, and now use a load balancer which I pointed to the records which links to my VPS. How the DDoSers did it was they used censys and found my VPS’s ip there somehow. They hit my port 22, and I disabled that, but still broken. Everything worked fine a few days ago, I even removed cloudflare and readded it in hopes it would get fixed. And it’s not a issue with my code either, and it happens to my other VPS too. And it even broke my MongoDB connection, and no HTTP requests can be made

What steps have you taken to resolve the issue?

None

What are the steps to reproduce the issue?

None

Screenshot of the error

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.