I have a service that listen on http://127.0.0.1:1017. This service is a binary file which can not change IP/port when turn it on.
socat TCP-LISTEN:8080,fork,reuseaddr TCP:127.0.0.1:1017
Now, this service is published on ip 0.0.0.0:8080
I have a service that listen on http://127.0.0.1:1017. This service is a binary file which can not change IP/port when turn it on.
socat TCP-LISTEN:8080,fork,reuseaddr TCP:127.0.0.1:1017
Now, this service is published on ip 0.0.0.0:8080