<?xml version='1.0' encoding='UTF-8'?>
<?xml-stylesheet href="/rss/stylesheet/" type="text/xsl"?>
<rss xmlns:content='http://purl.org/rss/1.0/modules/content/' xmlns:taxo='http://purl.org/rss/1.0/modules/taxonomy/' xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns#' xmlns:itunes='http://www.itunes.com/dtds/podcast-1.0.dtd' xmlns:googleplay="http://www.google.com/schemas/play-podcasts/1.0" xmlns:dc='http://purl.org/dc/elements/1.1/' xmlns:atom='http://www.w3.org/2005/Atom' xmlns:podbridge='http://www.podbridge.com/podbridge-ad.dtd' version='2.0'>
<channel>
  <title>Snicoe&apos;s Blog</title>
  <language>zh-cn</language>
  <generator>microfeed.org</generator>
  <itunes:type>serial</itunes:type>
  <itunes:explicit>false</itunes:explicit>
  <atom:link rel="self" href="https://blog-arklink-org.pages.dev/rss/" type="application/rss+xml"/>
  <link>https://blog.arklink.org</link>
  <description>
    <![CDATA[<blockquote><em><u>“这是一步死棋”</u></em></blockquote><p>这里是Snicoe自言自语的地方，随便写点东西，也没啥人看，所以看心情更新一些陈芝麻烂谷子的东西。</p><p>计划有变，我可能不会经常维护此站点，也许可能永久不更新消失在汪洋互联网之中，会回来吗？也许吧，Good Luck！</p><p>社媒: <a href="https://www.instagram.com/snicoe0716" rel="noopener noreferrer" target="_blank">Instagram</a> | <a href="https://www.youtube.com/@snicoeofficial" rel="noopener noreferrer" target="_blank">Youtube</a> | <a href="https://x.com/snicoeofficial" rel="noopener noreferrer" target="_blank">X / Twitter</a></p><p>如果你使用了我的部分服务可以前往<a href="https://status0.arklink.org" rel="noopener noreferrer" target="_blank">Status</a>页面查看可用状态，全部服务均优先运行在IPv6网络。</p><p>本人生理男性并自认为男性，性取向正常，社恐一个，看心情回复❤️。</p>]]>
  </description>
  <itunes:author>Snicoeの自言自语</itunes:author>
  <itunes:image href="https://media-cdn.arklink.org/blog-arklink-org/production/images/channel-35018318ef9161a58e1728b4144ab0a9.png"/>
  <image>
    <title>Snicoe&apos;s Blog</title>
    <url>https://media-cdn.arklink.org/blog-arklink-org/production/images/channel-35018318ef9161a58e1728b4144ab0a9.png</url>
    <link>https://blog.arklink.org</link>
  </image>
  <copyright>©2019-2025</copyright>
  <itunes:category text="Science"/>
  <item>
    <title>在IPv6 Only的环境下使用cloudflared</title>
    <guid>J8RvKo2S-7_</guid>
    <pubDate>Fri, 22 Nov 2024 12:16:52 GMT</pubDate>
    <itunes:explicit>false</itunes:explicit>
    <description>
      <![CDATA[<p>主要是cloudflare的这个agent会优先使用ipv4去连接，并不会使用ipv6，导致可能连不上cloudflare，但是Cloudflared的github貌似已经有人提了这个问题，说会添加自动切换，但是目前还是不会切换(摊手)，解决倒是也很简单。</p><pre class="ql-syntax" spellcheck="false">sudo systemctl edit --full cloudflared.service
</pre><p>编辑添加 --edge-ip-version 6</p><pre class="ql-syntax" spellcheck="false">ExecStart=/usr/bin/cloudflared --edge-ip-version 6 --no-autoupdate tunnel run....
</pre><p>重启</p><pre class="ql-syntax" spellcheck="false">sudo systemctl restart cloudflared
</pre><p>接下来看一下status已经使用ipv6连接了</p><pre class="ql-syntax" spellcheck="false">...event=0 ip=2606:4700:a0::9 location=hkg01 protocol=quic
</pre><p><br></p>]]>
    </description>
    <link>https://blog.arklink.org/i/ipv6-onlycloudflared-J8RvKo2S-7_/</link>
    <itunes:episodeType>full</itunes:episodeType>
  </item>
</channel>
</rss>