<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0">
    <channel>
        <title>CloudFlare - 标签 - 招财猫的部落格</title>
        <link>https://blog.besty.day/tags/cloudflare/</link>
        <description>CloudFlare - 标签 - 招财猫的部落格</description>
        <generator>Hugo -- gohugo.io</generator><language>zh-CN</language><lastBuildDate>Thu, 11 Dec 2025 17:02:04 &#43;0800</lastBuildDate><atom:link href="https://blog.besty.day/tags/cloudflare/" rel="self" type="application/rss+xml" /><item>
    <title>Cloudflared代理SSH</title>
    <link>https://blog.besty.day/posts/2025/12/cloudflared-ssh/</link>
    <pubDate>Thu, 11 Dec 2025 17:02:04 &#43;0800</pubDate>
    <author>招财猫</author>
    <guid>https://blog.besty.day/posts/2025/12/cloudflared-ssh/</guid>
    <description><![CDATA[<p>昨天突然发现公司网络连不上我的 VPS，使用手机流量又可以连上，应该是被屏蔽了。既然Cloudflared可以代理容器的服务，为啥不用来代理SSH呢？问了一下AI，发现这是可行的，于是就有了这篇文章。</p>]]></description>
</item>
<item>
    <title>Cloudflared反代容器服务</title>
    <link>https://blog.besty.day/posts/2025/12/cloudflared/</link>
    <pubDate>Thu, 11 Dec 2025 11:24:52 &#43;0800</pubDate>
    <author>招财猫</author>
    <guid>https://blog.besty.day/posts/2025/12/cloudflared/</guid>
    <description><![CDATA[<p>在公网暴露端口一直是很多 VPS 用户担心的安全问题：</p>
<ul>
<li>不想暴露内部服务的端口</li>
<li>又希望能通过域名访问这些服务</li>
</ul>
<p><strong>Cloudflare Tunnel(Cloudflared) 给出了完美的解决方案：
VPS 完全不需要暴露任何端口，所有流量通过 Cloudflare 全球网络中转，再进入 VPS 容器网络。</strong></p>]]></description>
</item>
<item>
    <title>NPM&#43;CloudFlare实现泛域名HTTPS</title>
    <link>https://blog.besty.day/posts/2025/12/npm/</link>
    <pubDate>Fri, 05 Dec 2025 19:49:16 &#43;0800</pubDate>
    <author>招财猫</author>
    <guid>https://blog.besty.day/posts/2025/12/npm/</guid>
    <description><![CDATA[<p>在自建多个服务的情况下，如果每个容器都需要暴露端口到宿主机，不仅不安全，还容易端口冲突。</p>
<p>更优雅的方式是：<strong>所有服务与 Nginx Proxy Manager（NPM）放在同一个 Docker 网络中，不需要对宿主机暴露任何业务端口，只暴露 NPM 自己的 80 / 443 / 81 即可。</strong></p>]]></description>
</item>
</channel>
</rss>
