<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0">
    <channel>
        <title>内网穿透 - Tag - VPSDeck - VPS 测评与技术教程</title>
        <link>https://vpsdeck.com/tags/%E5%86%85%E7%BD%91%E7%A9%BF%E9%80%8F/</link>
        <description>内网穿透 - Tag - VPSDeck - VPS 测评与技术教程</description>
        <generator>Hugo -- gohugo.io</generator><language>zh-CN</language><managingEditor>michaelho2017@hotmail.com (VPSDeck)</managingEditor>
            <webMaster>michaelho2017@hotmail.com (VPSDeck)</webMaster><lastBuildDate>Thu, 16 Jul 2026 00:40:00 &#43;0800</lastBuildDate><atom:link href="https://vpsdeck.com/tags/%E5%86%85%E7%BD%91%E7%A9%BF%E9%80%8F/" rel="self" type="application/rss+xml" /><item>
    <title>你为什么需要一台云服务器？从家宽 NAT 困境到 99 元/年全球部署</title>
    <link>https://vpsdeck.com/why-you-need-cloud-server/</link>
    <pubDate>Thu, 16 Jul 2026 00:40:00 &#43;0800</pubDate>
    <author>michaelho2017@hotmail.com (VPSDeck)</author>
    <guid>https://vpsdeck.com/why-you-need-cloud-server/</guid>
    <description><![CDATA[<h2 id="1-写在前面">1. 写在前面</h2>
<p>2016 年，我在 LowEndTalk 上翻到一台搬瓦工——年付 19.99 美元、CN2 GT 线路，512MB 内存的 OpenVZ 小鸡。那时候很多 VPS 都是 $3/年的，稳定一点充其量也就 $10/年，而 CN2 GT 晚高峰 150ms 延迟已经算「高端线路」了。</p>]]></description>
</item>
<item>
    <title>WireGuard 部署与组网完整教程：从安装到全平台客户端配置</title>
    <link>https://vpsdeck.com/wireguard-install-tutorial/</link>
    <pubDate>Wed, 15 Jul 2026 20:40:00 &#43;0800</pubDate>
    <author>michaelho2017@hotmail.com (VPSDeck)</author>
    <guid>https://vpsdeck.com/wireguard-install-tutorial/</guid>
    <description><![CDATA[<div class="featured-image">
                <img src="/images/wireguard-install-tutorial-banner.png" referrerpolicy="no-referrer">
            </div><h2 id="1-为什么选-wireguard">1. 为什么选 WireGuard？</h2>
<p>在现代 VPN 技术栈里，WireGuard 是一个分水岭——它把 VPN 从「配置地狱」拉到了「3 个文件 + 5 条命令」的复杂度。</p>
<table>
  <thead>
      <tr>
          <th style="text-align: left">对比维度</th>
          <th style="text-align: left">OpenVPN</th>
          <th style="text-align: left">IPsec/IKEv2</th>
          <th style="text-align: left">WireGuard</th>
      </tr>
  </thead>
  <tbody>
      <tr>
          <td style="text-align: left">代码规模</td>
          <td style="text-align: left">~70,000 行</td>
          <td style="text-align: left">~400,000 行（StrongSwan+内核）</td>
          <td style="text-align: left"><strong>~4,000 行</strong></td>
      </tr>
      <tr>
          <td style="text-align: left">加密套件</td>
          <td style="text-align: left">可协商（容易配错）</td>
          <td style="text-align: left">可协商</td>
          <td style="text-align: left"><strong>固定 Noise + ChaCha20Poly1305</strong></td>
      </tr>
      <tr>
          <td style="text-align: left">漫游支持</td>
          <td style="text-align: left">需重连</td>
          <td style="text-align: left">需重连</td>
          <td style="text-align: left"><strong>无缝切换（WiFi ↔ 4G）</strong></td>
      </tr>
      <tr>
          <td style="text-align: left">内核集成</td>
          <td style="text-align: left">用户态 + tun</td>
          <td style="text-align: left">内核态 + 用户态</td>
          <td style="text-align: left"><strong>Linux 5.6+ 主线内核</strong></td>
      </tr>
      <tr>
          <td style="text-align: left">配置难度</td>
          <td style="text-align: left">证书体系，上手陡峭</td>
          <td style="text-align: left">更高</td>
          <td style="text-align: left"><strong>类 SSH，公钥交换即配对</strong></td>
      </tr>
  </tbody>
</table>
<p>WireGuard 的设计哲学是 <strong>no knobs</strong>——没有加密算法选择、没有协商握手超时参数、没有冗余模式。要么配对成功，要么静默不响应。这种极简设计带来了两个直接结果：</p>]]></description>
</item>
</channel>
</rss>
