<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" version="2.0">
  <channel>
    <title>WJY</title>
    <link>http://localhost/</link>
    <atom:link href="http://localhost/feed.xml" rel="self" type="application/rss+xml"/>
    <description>A humble soul with big dreams, like a salted fish aspiring for greatness.</description>
    <lastBuildDate>Mon, 10 Feb 2025 09:09:29 GMT</lastBuildDate>
    <language>en</language>
    <generator>Lume v2.4.3</generator>
    <item>
      <title>sing-box</title>
      <link>http://localhost/sing-box/</link>
      <guid isPermaLink="false">http://localhost/sing-box/</guid>
      <content:encoded>
        <![CDATA[<p>The universal proxy platform.</p>
<!--more-->
<h2 id="configuration" tabindex="-1"><a href="http://localhost/sing-box/#configuration" class="header-anchor">configuration</a></h2>
<h3 id="reality" tabindex="-1"><a href="http://localhost/sing-box/#reality" class="header-anchor">reality</a></h3>
<pre><code class="language-json">{
  &quot;log&quot;: {
    &quot;level&quot;: &quot;info&quot;,
    &quot;timestamp&quot;: true
  },
  &quot;dns&quot;: {
    &quot;servers&quot;: [
      {
        &quot;type&quot;: &quot;tls&quot;,
        &quot;tag&quot;: &quot;dns-out&quot;,
        &quot;server&quot;: &quot;8.8.8.8&quot;
      }
    ],
    &quot;strategy&quot;: &quot;ipv4_only&quot;
  },
  &quot;inbounds&quot;: [
    {
      &quot;type&quot;: &quot;vless&quot;,
      &quot;tag&quot;: &quot;vless-in&quot;,
      &quot;listen&quot;: &quot;::&quot;,
      &quot;listen_port&quot;: 443,
      &quot;sniff&quot;: true,
      &quot;users&quot;: [
        {
          &quot;name&quot;: &quot;wjy&quot;,
          &quot;uuid&quot;: &quot;&quot;, // sing-box generate uuid
          &quot;flow&quot;: &quot;xtls-rprx-vision&quot;
        }
      ],
      &quot;tls&quot;: {
        &quot;enabled&quot;: true,
        &quot;server_name&quot;: &quot;gateway.icloud.com&quot;,
        &quot;reality&quot;: {
          &quot;enabled&quot;: true,
          &quot;handshake&quot;: {
            &quot;server&quot;: &quot;gateway.icloud.com&quot;,
            &quot;server_port&quot;: 443
          },
          &quot;private_key&quot;: &quot;&quot;, // sing-box generate reality-keypair
          &quot;short_id&quot;: [&quot;&quot;] // sing-box generate rand --hex 8
        }
      }
    }
  ],
  &quot;outbounds&quot;: [
    {
      &quot;type&quot;: &quot;direct&quot;,
      &quot;tag&quot;: &quot;direct-out&quot;
    }
  ],
  &quot;route&quot;: {
    &quot;rules&quot;: [
      {
        &quot;action&quot;: &quot;sniff&quot;
      },
      {
        &quot;protocol&quot;: &quot;dns&quot;,
        &quot;action&quot;: &quot;hijack-dns&quot;
      }
    ],
    &quot;default_domain_resolver&quot;: &quot;dns-out&quot;
  }
}
</code></pre>
]]>
      </content:encoded>
      <pubDate>Wed, 29 May 2024 00:00:00 GMT</pubDate>
    </item>
  </channel>
</rss>