Tunneling from web to local
For free!
Published
•1 min readMany times we need to test an webhook from an integration and usually we resort to ngrok, but ngrok creates random subdomains in free plan, wich you need to update webhook's url everytime you restart ngrok, or you can pay $5 a month to have your custom subdomains, but tunnelto offers custom domain for free (or you can pay $2 a month to reserve your subdomains), all you need to do is get an free API KEY by clicking in the top right corner of the site and following the instructions.
For example, to tunnel from https://cavallari.tunnelto.dev to localhost I just need to create my tunnel by using command tunnelto --subdomain cavallari --port 3000 and it's done.