Support other hosts than localhost
busybox11 opened this issue · 4 comments
busybox11 commented
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.
paivaric commented
For use in IoT, it should be nice to access other local network ips/nameservers
robbie-cahill commented
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.
busybox11 commented
--host
could be great.
mahdi-above commented
any update?