<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[André cavallari]]></title><description><![CDATA[André cavallari]]></description><link>https://blog.andre.srv.br</link><generator>RSS for Node</generator><lastBuildDate>Wed, 24 Jun 2026 07:54:08 GMT</lastBuildDate><atom:link href="https://blog.andre.srv.br/rss.xml" rel="self" type="application/rss+xml"/><language><![CDATA[en]]></language><ttl>60</ttl><item><title><![CDATA[Tunneling from web to local]]></title><description><![CDATA[Many 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 cust...]]></description><link>https://blog.andre.srv.br/tunneling-from-web-to-local</link><guid isPermaLink="true">https://blog.andre.srv.br/tunneling-from-web-to-local</guid><dc:creator><![CDATA[André]]></dc:creator><pubDate>Thu, 01 Apr 2021 01:11:46 GMT</pubDate><content:encoded><![CDATA[<p>Many times we need to test an webhook from an integration and usually we resort to <a target="_blank" href="https://ngrok.com/">ngrok</a>, 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 <a target="_blank" href="https://tunnelto.dev/">tunnelto</a> 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.</p>
<p>For example, to tunnel from https://cavallari.tunnelto.dev to localhost I just need to create my tunnel by using command <code>tunnelto --subdomain cavallari --port 3000</code> and it's done.</p>
]]></content:encoded></item></channel></rss>