Hacker News new | ask | show | jobs
by crawshaw 175 days ago
[exe.dev co-founder here] You can make it public! Our TLS proxy supports it, and supports CNAME rules (plus a top-level trick) to let you put a domain name on it. To make the HTTP server on port 8000 of your VM public run:

    ssh exe.dev share set-public <yourvmname>
1 comments

Any plans to support non web stuff?
For non-web stuff you will need a static IP. We plan to support that in the near future: https://github.com/boldsoftware/exe.dev/issues/6
Could also support sni/sslh style stuff to support more protocols without static IP.
We could! Do you have any in mind? I can file issues for them.
I'd love to see XMPP support especially, which I know sslh supports.