robbie-cahill/tunnelmole-client

Support other hosts than localhost

busybox11 opened this issue · 4 comments

My app is only accessible on 0.0.0.0.

It works fine on ngrok if I use this host but I can't seem to be able to do the same with tunnelmole.

For use in IoT, it should be nice to access other local network ips/nameservers

The hostname is coded to localhost here

.

I guess to support other hosts, the client would need some way to know what host to forward to. It would need to be only local network hosts, otherwise Tunnelmole would become a big open proxy. Maybe some kind of --host argument with validation?

I'm open to ideas on what might be the best way to implement this.

--host could be great.

any update?