Open colthreepv opened 4 years ago
Opened library issue on shapeshifter-ipc#1
It would be nice to see a go package which leverages resolvconf for dns resolution actually. So that the command just passes the string argument upon exec, and pushes the resolved name to the parameters as an 'interface{}' pointer.
I would like to leverage hostname resolution to not have to write IP by hand in the command invocation.
At the moment doing this,
any service on port 3333:
server:
client:
Testing tunnel:
So it works, but replacing
127.0.0.1
withlocalhost
breaks tunnelling in many parts.Is there a single point where this could be added? I could provide a PR