Hello everyone,
I am having a very strange problem, I added my additional IPs to my server and I ran my application Node.js (this app makes requests in external APIs), after one minute running the application normally stops working and starts giving timeout / unavailable server.
This happened after I added the 32 additional IPs to my server, because on each request I pass a different IP. I do not know if I need to configure anything on my firewall, I'm suspecting that after an X number of requests, my server does not connect to other servers.
I do not know if I could explain, but briefly my project works on another server with cPanel and on that server with CWP does not work, does anyone have any idea what it can be?