<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: DmVsk</title>
    <description>The latest articles on DEV Community by DmVsk (@dmvsk).</description>
    <link>https://dev.to/dmvsk</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F976438%2F0c945d9a-e845-426e-9492-f43c8fd03d18.jpeg</url>
      <title>DEV Community: DmVsk</title>
      <link>https://dev.to/dmvsk</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/dmvsk"/>
    <language>en</language>
    <item>
      <title>Share localhost easy 🚀</title>
      <dc:creator>DmVsk</dc:creator>
      <pubDate>Mon, 21 Nov 2022 12:58:43 +0000</pubDate>
      <link>https://dev.to/dmvsk/share-localhost-easy-3351</link>
      <guid>https://dev.to/dmvsk/share-localhost-easy-3351</guid>
      <description>&lt;p&gt;Tunl - the open-source developer platform for:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Inspect incoming traffic&lt;/li&gt;
&lt;li&gt;Debug callback's and WebHook's&lt;/li&gt;
&lt;li&gt;Show localhost without deploy&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Tunl allows you to share local port, IP or URL address to the internet, view incoming requests:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Easy publish:&lt;/strong&gt; your localhost to internet.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Traffic monitor:&lt;/strong&gt; easy tool for inspect incoming traffic with view of request form data and json.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Basic Auth:&lt;/strong&gt; protect your tunnel with username and password.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Add headers:&lt;/strong&gt; to your requests and responses.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;a href="https://github.com/black40x/tunl/releases"&gt;Download&lt;/a&gt; the latest release. Also, you can start your own server with &lt;a href="https://github.com/black40x/tunl-server"&gt;tunl-server&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--6X8NU1KF--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://github.com/black40x/tunl/blob/main/assets/monitor.png%3Fraw%3Dtrue" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--6X8NU1KF--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://github.com/black40x/tunl/blob/main/assets/monitor.png%3Fraw%3Dtrue" alt="Monitor" width="880" height="619"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  Example commands
&lt;/h3&gt;



&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;tunl http 8000
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;





&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;tunl http 192.168.1.10:8000
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;





&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;tunl http dir://&amp;lt;path-to-directory&amp;gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;





&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;tunl http -basic-auth login:pass 8000
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;h3&gt;
  
  
  Build
&lt;/h3&gt;

&lt;p&gt;Install npm and go 1.19&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;git clone git@github.com:black40x/tunl.git
cd tunl
make
go install 
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;h3&gt;
  
  
  License
&lt;/h3&gt;

&lt;p&gt;Tunl.online is distributed under &lt;a href="https://dev.toLICENSE"&gt;AGPL-3.0-only&lt;/a&gt;.&lt;/p&gt;

</description>
    </item>
  </channel>
</rss>
