i have a simple noedjs server running on port 3001 of my server
im using this nodejs server along side of my website which runs on port 80 via some webserver (not sure what someone else did the configuration )
you can access my nodejs server here
the problem is when clients use vpn or proxy , nodejs server on port 3001 stops responding and i get something like
ERROR
The requested URL could not be retrieved
The following error was encountered while trying to retrieve the URL: http://88.198.164.43:3001/
Access Denied.
is there any solution fort this ?
question 2 solved thanx to @charlietfl comment