ngrok / ngrok-javascript

Embed ngrok secure ingress into your Node.js apps with a single line of code.
https://ngrok.com
Apache License 2.0
86 stars 17 forks source link

More elaborate unix socket placement, add ngrok.getTunnelByUrl(url) #63

Closed bobzilladev closed 1 year ago

bobzilladev commented 1 year ago

Builds a bit on the last PR, allowing a lookup by url since that's what users have after calling connect. Also tries to put a unix socket in an .ngrok directory first, then os.tmpdir, then current working directory, per feedback from product.

bobzilladev commented 1 year ago

Current dependencies on/for this PR:

This comment was auto-generated by Graphite.