<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0">
    <channel>
        <title>VLESS - Tag - VPSDeck - VPS 测评与技术教程</title>
        <link>https://vpsdeck.com/tags/vless/</link>
        <description>VLESS - 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, 15 Jan 2026 21:20:00 &#43;0800</lastBuildDate><atom:link href="https://vpsdeck.com/tags/vless/" rel="self" type="application/rss+xml" /><item>
    <title>Xray VLESS &#43; REALITY 从源码编译安装：拒绝一键脚本，部署最干净的代理服务</title>
    <link>https://vpsdeck.com/xray-source-install-vless-reality/</link>
    <pubDate>Thu, 15 Jan 2026 21:20:00 &#43;0800</pubDate>
    <author>michaelho2017@hotmail.com (VPSDeck)</author>
    <guid>https://vpsdeck.com/xray-source-install-vless-reality/</guid>
    <description><![CDATA[<div class="featured-image">
                <img src="/images/xray_vless_xtls_reality_2400x720.png" referrerpolicy="no-referrer">
            </div><h2 id="1-为什么从源码编译">1. 为什么从源码编译？</h2>
<p>网上关于 Xray 的教程，90% 以一键脚本开头——<code>bash &lt;(curl -sL xxxx.sh)</code>。脚本方便，但代价是：</p>
<table>
  <thead>
      <tr>
          <th style="text-align: left">问题</th>
          <th style="text-align: left">后果</th>
      </tr>
  </thead>
  <tbody>
      <tr>
          <td style="text-align: left">脚本作者可以随时修改</td>
          <td style="text-align: left">你跑的不是昨天的版本</td>
      </tr>
      <tr>
          <td style="text-align: left">依赖链不可控</td>
          <td style="text-align: left">不知道装了什么东西，卸载不干净</td>
      </tr>
      <tr>
          <td style="text-align: left">冗余文件堆积</td>
          <td style="text-align: left"><code>/usr/local/etc/xray/</code> 下一堆 geoip.dat、geosite.dat，实际用不上</td>
      </tr>
      <tr>
          <td style="text-align: left">二进制来源不明</td>
          <td style="text-align: left">非官方构建，无法验证签名</td>
      </tr>
  </tbody>
</table>
<p>从源码编译三个好处：</p>]]></description>
</item>
</channel>
</rss>
