<?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: 黑丶羽</title>
    <description>The latest articles on DEV Community by 黑丶羽 (@thetbw).</description>
    <link>https://dev.to/thetbw</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%2F898721%2F61e71775-c580-493e-9095-98df5bfca0df.jpeg</url>
      <title>DEV Community: 黑丶羽</title>
      <link>https://dev.to/thetbw</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/thetbw"/>
    <language>en</language>
    <item>
      <title>I build a tunneling service use ssh,look like ngrok</title>
      <dc:creator>黑丶羽</dc:creator>
      <pubDate>Wed, 07 Sep 2022 02:35:59 +0000</pubDate>
      <link>https://dev.to/thetbw/i-build-a-tunneling-service-use-sshlook-like-ngrok-kp1</link>
      <guid>https://dev.to/thetbw/i-build-a-tunneling-service-use-sshlook-like-ngrok-kp1</guid>
      <description>&lt;p&gt;I built a tunnel service demo, which uses ssh, and it can be used with one line of commands without installing any software。&lt;/p&gt;

&lt;p&gt;like this:&lt;br&gt;
&lt;code&gt;ssh -R 80:127.0.0.1:8080 test@thetbw.com&lt;/code&gt;&lt;br&gt;
&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--vNNLnWDJ--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/7o6xn90umhuw1163wm8d.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--vNNLnWDJ--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/7o6xn90umhuw1163wm8d.png" alt="Example" width="783" height="306"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;&lt;code&gt;8080&lt;/code&gt; is the port which you want forward，&lt;code&gt;80&lt;/code&gt; is irrelevant&lt;/p&gt;

&lt;p&gt;&lt;code&gt;test&lt;/code&gt; is you accout, password is &lt;code&gt;test1&lt;/code&gt;,you can also go to thetbw.com to register an account, but the interface is in Chinese, I don't have that much energy for now&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;Linux and mac come with ssh, and windows, you only need to open openssh in the optional function.&lt;/p&gt;

&lt;p&gt;If you think it's good, look forward to your feedback, this is just a demo, please don't use it for production purposes, I haven't finished developing it yet, and the server may be shut down at any time&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>linux</category>
    </item>
  </channel>
</rss>
