Hi,
I'm trying to write a local reverse proxy. What it does is:
- accept traffic on a local port
- send the data back and forth between the local port and a remote port
eg: A synology NAS Cloudstation client only works on port 6690 but I would like to be running my local B4J application that...