<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
    <channel>
        <title>网络代理 on LiaoKE</title>
        <link>https://blog.liao-ke.com/tags/%E7%BD%91%E7%BB%9C%E4%BB%A3%E7%90%86/</link>
        <description>Recent content in 网络代理 on LiaoKE</description>
        <generator>Hugo -- gohugo.io</generator>
        <language>zh</language>
        <lastBuildDate>Mon, 09 Mar 2026 20:34:33 +0800</lastBuildDate><atom:link href="https://blog.liao-ke.com/tags/%E7%BD%91%E7%BB%9C%E4%BB%A3%E7%90%86/index.xml" rel="self" type="application/rss+xml" /><item>
            <title>最简单的绕过校园网多设备热点检测方案</title>
            <link>https://blog.liao-ke.com/p/bypass-campus-wifi/</link>
            <pubDate>Mon, 09 Mar 2026 00:00:00 +0000</pubDate>
            <guid>https://blog.liao-ke.com/p/bypass-campus-wifi/</guid>
            <description>&lt;h2 id=&#34;前言&#34;&gt;前言&#xA;&lt;/h2&gt;&lt;p&gt;弄到了一个白嫖的校园网账号,但是触发设备连接上限了(电脑只要开热点，wifi就无法访问互联网),我手机电脑无法同时连接,于是便有了接下来这篇教程&lt;/p&gt;&#xA;&lt;h2 id=&#34;原因解析&#34;&gt;原因解析&#xA;&lt;/h2&gt;&lt;ol&gt;&#xA;&lt;li&gt;当电脑连接WIFI的时候,网络适配器中的wlan网卡便是已连接的状态&lt;/li&gt;&#xA;&lt;li&gt;此时我们打开热点,在网络适配器中会自动创建一个新的本地连接的网卡&lt;/li&gt;&#xA;&lt;li&gt;在默认情况下,热点的网卡会自动寻找可以访问互联网的网卡，作为上级网卡.&lt;/li&gt;&#xA;&lt;li&gt;但是由于校园网有检测,当热点网卡的流量转发到wlan时,校园网就会检测到有多个设备，从而断开访问&#xA;&lt;img class=&#34;gallery-image&#34; data-flex-basis=&#34;596px&#34; data-flex-grow=&#34;248&#34; height=&#34;1021&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://blog.liao-ke.com/p/bypass-campus-wifi/1.png&#34; srcset=&#34;https://blog.liao-ke.com/p/bypass-campus-wifi/1_hu_f6ddd3897d7c4762.png 800w, https://blog.liao-ke.com/p/bypass-campus-wifi/1_hu_7766e7470a6c5736.png 1600w, https://blog.liao-ke.com/p/bypass-campus-wifi/1_hu_c9c8b2088f654b12.png 2400w, https://blog.liao-ke.com/p/bypass-campus-wifi/1.png 2536w&#34; width=&#34;2536&#34;&gt;&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;h2 id=&#34;解决方法&#34;&gt;解决方法&#xA;&lt;/h2&gt;&lt;ol&gt;&#xA;&lt;li&gt;通过手动设置热点网卡的上级网卡到其他的网卡,然后其他网卡的流量(经过这个网卡，对流量进行处理)再流入wlan,这样便不会被校园网检测.&lt;/li&gt;&#xA;&lt;li&gt;于是我们便要用到clash/singbox这样的代理工具的tun模式创造另外一个网卡(其实也可以用wintun驱动手动创建,不过得手动配置一些东西，比较麻烦)&#xA;&lt;img class=&#34;gallery-image&#34; data-flex-basis=&#34;398px&#34; data-flex-grow=&#34;165&#34; height=&#34;1522&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://blog.liao-ke.com/p/bypass-campus-wifi/4.png&#34; srcset=&#34;https://blog.liao-ke.com/p/bypass-campus-wifi/4_hu_9c14e63979693ea3.png 800w, https://blog.liao-ke.com/p/bypass-campus-wifi/4_hu_cf267a449f2e693b.png 1600w, https://blog.liao-ke.com/p/bypass-campus-wifi/4_hu_4735dd398f200177.png 2400w, https://blog.liao-ke.com/p/bypass-campus-wifi/4.png 2524w&#34; width=&#34;2524&#34;&gt;&lt;/li&gt;&#xA;&lt;li&gt;不一定需要添加clash的代理配置文件,只要打开tun模式即可.&lt;/li&gt;&#xA;&lt;li&gt;此时网络适配器中将会多出一张其他的网络设备&#xA;&lt;img class=&#34;gallery-image&#34; data-flex-basis=&#34;475px&#34; data-flex-grow=&#34;198&#34; height=&#34;1279&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://blog.liao-ke.com/p/bypass-campus-wifi/2.png&#34; srcset=&#34;https://blog.liao-ke.com/p/bypass-campus-wifi/2_hu_e7e0e595dbb775f3.png 800w, https://blog.liao-ke.com/p/bypass-campus-wifi/2_hu_b84d6fffccdec549.png 1600w, https://blog.liao-ke.com/p/bypass-campus-wifi/2_hu_24c108a4e474ac75.png 2400w, https://blog.liao-ke.com/p/bypass-campus-wifi/2.png 2536w&#34; width=&#34;2536&#34;&gt;&lt;/li&gt;&#xA;&lt;li&gt;此时右击该网卡属性点击共享，然后设置共享的网络为本地连接(相当手动指定热点的上级网络),便可以实现绕过校园网检测&#xA;&lt;img class=&#34;gallery-image&#34; data-flex-basis=&#34;420px&#34; data-flex-grow=&#34;175&#34; height=&#34;1455&#34; loading=&#34;lazy&#34; sizes=&#34;(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px&#34; src=&#34;https://blog.liao-ke.com/p/bypass-campus-wifi/3.png&#34; srcset=&#34;https://blog.liao-ke.com/p/bypass-campus-wifi/3_hu_a56ff396293e3540.png 800w, https://blog.liao-ke.com/p/bypass-campus-wifi/3_hu_bc91273d69530b0b.png 1600w, https://blog.liao-ke.com/p/bypass-campus-wifi/3_hu_4928c0912892392d.png 2400w, https://blog.liao-ke.com/p/bypass-campus-wifi/3.png 2548w&#34; width=&#34;2548&#34;&gt;&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;</description>
        </item><item>
            <title>代理工具的选择</title>
            <link>https://blog.liao-ke.com/p/proxy-tools/</link>
            <pubDate>Wed, 03 Dec 2025 00:00:00 +0000</pubDate>
            <guid>https://blog.liao-ke.com/p/proxy-tools/</guid>
            <description>&lt;h1 id=&#34;主流代理核心简介代理核心--前端-ui&#34;&gt;主流代理核心简介（代理核心 + 前端 UI）&#xA;&lt;/h1&gt;&lt;p&gt;所有代理工具本质上都是 &lt;strong&gt;代理核心 + 前端图形界面（UI）&lt;/strong&gt; 组成。&lt;br&gt;&#xA;前端 UI 可以千变万化，但真正承担流量处理的 &lt;strong&gt;代理核心只有少数几种&lt;/strong&gt;。&lt;/p&gt;&#xA;&lt;p&gt;以下是目前主流、最常见的核心介绍。&lt;/p&gt;&#xA;&lt;h2 id=&#34;clash更新停滞&#34;&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/Dreamacro/clash&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;&#xA;    &gt;Clash&lt;/a&gt;(更新停滞)&#xA;&lt;/h2&gt;&lt;p&gt;Clash 是一个最初由 Go 编写的多协议代理核心（原项目已删除）。&lt;br&gt;&#xA;使用广泛，生态庞大。&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;特点：&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;使用统一的 YAML 配置，无需因平台不同而修改&lt;/li&gt;&#xA;&lt;li&gt;GUI 客户端数量最多、生态最大&lt;/li&gt;&#xA;&lt;li&gt;跨平台兼容性极强&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;&lt;strong&gt;缺点：&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;原项目已停止维护&lt;/li&gt;&#xA;&lt;li&gt;新协议支持较慢（如 Reality、Hysteria2 等）&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;mihomoclash-meta&#34;&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/MetaCubeX/mihomo&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;&#xA;    &gt;Mihomo（Clash Meta）&lt;/a&gt;★★★&#xA;&lt;/h2&gt;&lt;p&gt;MetaCubeX 社区维护的 Clash 增强版，也是目前最主流的 Clash 继承者。&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;特点：&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;完全兼容 Clash 配置&lt;/li&gt;&#xA;&lt;li&gt;支持现代协议（Reality、Hysteria2、TUIC 等）&lt;/li&gt;&#xA;&lt;li&gt;活跃维护，性能更高&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;sing-boxsb&#34;&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/SagerNet/sing-box&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;&#xA;    &gt;Sing-Box（sb）&lt;/a&gt;★★&#xA;&lt;/h2&gt;&lt;p&gt;由 SagerNet 开发的现代化代理核心，目前增长最快、架构最先进。&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;特点：&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;极度轻量，理论性能高&lt;/li&gt;&#xA;&lt;li&gt;高度可定制的网络与路由配置&lt;/li&gt;&#xA;&lt;li&gt;支持大量现代协议&lt;/li&gt;&#xA;&lt;li&gt;跨平台优秀&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;&lt;strong&gt;缺点：&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;配置难度高，对新手不友好&lt;/li&gt;&#xA;&lt;li&gt;GUI 生态较少&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;v2ray更新缓慢&#34;&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/v2fly/v2ray-core&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;&#xA;    &gt;V2Ray&lt;/a&gt;(更新缓慢)&#xA;&lt;/h2&gt;&lt;p&gt;由 v2fly 社区维护的原始 V2Ray 核心。&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;特点：&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;配置灵活&lt;/li&gt;&#xA;&lt;li&gt;结构成熟&lt;/li&gt;&#xA;&lt;li&gt;较为轻量&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;&lt;strong&gt;缺点：&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;开发速度慢&lt;/li&gt;&#xA;&lt;li&gt;新协议支持不佳&lt;/li&gt;&#xA;&lt;li&gt;配置复杂&lt;/li&gt;&#xA;&lt;li&gt;GUI 生态弱&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;xray&#34;&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/XTLS/Xray-core&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;&#xA;    &gt;Xray&lt;/a&gt;&#xA;&lt;/h2&gt;&lt;p&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/v2fly/v2ray-core&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;&#xA;    &gt;V2Ray&lt;/a&gt; 的增强版核心，由 XTLS 项目维护。&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;特点：&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;完全兼容 V2Ray 配置&lt;/li&gt;&#xA;&lt;li&gt;支持 Reality&lt;/li&gt;&#xA;&lt;li&gt;支持 XTLS，性能大幅提升&lt;/li&gt;&#xA;&lt;li&gt;性能明显高于官方 V2Ray&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;&lt;strong&gt;缺点：&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;配置复杂&lt;/li&gt;&#xA;&lt;li&gt;GUI 生态较弱&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;dae&#34;&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/daeuniverse/dae&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;&#xA;    &gt;dae&lt;/a&gt;&#xA;&lt;/h2&gt;&lt;p&gt;基于 eBPF 的 Linux / 路由器高性能代理引擎，更像“下一代分流框架”。&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;特点：&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;基于 eBPF，性能极高&lt;/li&gt;&#xA;&lt;li&gt;几乎不占 CPU&lt;/li&gt;&#xA;&lt;li&gt;延迟极低&lt;/li&gt;&#xA;&lt;li&gt;路由分流能力极强&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;&lt;strong&gt;缺点：&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;仅支持 Linux / OpenWRT&lt;/li&gt;&#xA;&lt;li&gt;配置复杂&lt;/li&gt;&#xA;&lt;li&gt;GUI少&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;各操作系统主流gui代理客户端整体按照知名度排序&#34;&gt;各操作系统主流GUI代理客户端(整体按照知名度排序)&#xA;&lt;/h2&gt;&lt;h3 id=&#34;windows&#34;&gt;Windows&#xA;&lt;/h3&gt;&lt;ul&gt;&#xA;&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/2dust/v2rayN&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;&#xA;    &gt;v2rayN★★&lt;/a&gt; — 支持 Xray / sing-box / clash/others 内核,支持Windows/Linux/macOS&lt;/li&gt;&#xA;&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/Clash-Verge-rev/clash-verge-rev&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;&#xA;    &gt;Clash Verge Rev★★&lt;/a&gt; — 内置 Mihomo内核,支持 Linux/macOS/Windows&lt;/li&gt;&#xA;&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/mihomo-party-org/clash-party&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;&#xA;    &gt;Mihomo Party★★★&lt;/a&gt;(推荐)  - 支持linux/windows/macos&lt;/li&gt;&#xA;&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/KaringX/karing&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;&#xA;    &gt;Karing&lt;/a&gt; — 基于 sing-box 内核,支持Android/ios/linux/windows/macos&lt;/li&gt;&#xA;&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/xishang0128/sparkle&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;&#xA;    &gt;Sparkle★★&lt;/a&gt; — 基于 Mihomo 内核，支持 Windows / macOS / Linux&lt;/li&gt;&#xA;&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/KaringX/clashmi&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;&#xA;    &gt;Clash Mi&lt;/a&gt; —支持android/ios/Windows / macOS / Linux&lt;/li&gt;&#xA;&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/chen08209/FlClash&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;&#xA;    &gt;FlClash&lt;/a&gt; — 基于 Mihomo 内核,支持Android/linux/windows、macos&lt;/li&gt;&#xA;&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/GUI-for-Cores/GUI.for.Clash&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;&#xA;    &gt;GUI.for.Clash&lt;/a&gt; — Windows / macOS / Linux&lt;/li&gt;&#xA;&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/snakem982/Pandora-Box&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;&#xA;    &gt;Pandora-Box&lt;/a&gt; — 基于 Mihomo 内核,支持linux/windows/macos&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h3 id=&#34;macos&#34;&gt;macOS&#xA;&lt;/h3&gt;&lt;ul&gt;&#xA;&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://nssurge.com&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;&#xA;    &gt;Surge★★★&lt;/a&gt; — 付费高级客户端,支持ios/macos&lt;/li&gt;&#xA;&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://apps.apple.com/us/app/quantumult-x/id1443988620&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;&#xA;    &gt;Quantumult X★★★&lt;/a&gt; — 付费,支持ios/macos&lt;/li&gt;&#xA;&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://apps.apple.com/us/app/loon/id1373567447&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;&#xA;    &gt;Loon&lt;/a&gt; —  付费,支持ios/macos&lt;/li&gt;&#xA;&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/2dust/v2rayN&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;&#xA;    &gt;v2rayN&lt;/a&gt; — 支持 Xray / sing-box / clash/others 内核,支持Windows/Linux/macOS&lt;/li&gt;&#xA;&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/Clash-Verge-rev/clash-verge-rev&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;&#xA;    &gt;Clash Verge Rev&lt;/a&gt; — 内置 Mihomo 内核,支持 Linux/macOS/Windows&lt;/li&gt;&#xA;&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/mihomo-party-org/clash-party&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;&#xA;    &gt;Mihomo Party&lt;/a&gt;  - 支持linux/windows/macos&lt;/li&gt;&#xA;&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/KaringX/karing&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;&#xA;    &gt;Karing&lt;/a&gt; — 基于 sing-box 内核,支持Android/ios/linux/windows/macos&lt;/li&gt;&#xA;&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/xishang0128/sparkle&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;&#xA;    &gt;Sparkle&lt;/a&gt; — 基于 Mihomo 内核，支持 Windows / macOS / Linux&lt;/li&gt;&#xA;&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/chen08209/FlClash&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;&#xA;    &gt;FlClash&lt;/a&gt; — 基于 Mihomo 内核,支持Android/linux/windows、macos&lt;/li&gt;&#xA;&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/KaringX/clashmi&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;&#xA;    &gt;Clash Mi&lt;/a&gt; —支持android/ios/Windows / macOS / Linux&lt;/li&gt;&#xA;&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/GUI-for-Cores/GUI.for.Clash&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;&#xA;    &gt;GUI.for.Clash&lt;/a&gt; — Windows / macOS / Linux&lt;/li&gt;&#xA;&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://stash.ws&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;&#xA;    &gt;Stash★★&lt;/a&gt; — 基于 sing-box（付费）&lt;/li&gt;&#xA;&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/snakem982/Pandora-Box&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;&#xA;    &gt;Pandora-Box&lt;/a&gt; — 基于 Mihomo 内核,支持linux/windows/macos&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h3 id=&#34;linux&#34;&gt;Linux&#xA;&lt;/h3&gt;&lt;ul&gt;&#xA;&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/2dust/v2rayN&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;&#xA;    &gt;v2rayN★★&lt;/a&gt; — 支持 Xray / sing-box / clash/others 内核,支持Windows/Linux/macOS&lt;/li&gt;&#xA;&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/Clash-Verge-rev/clash-verge-rev&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;&#xA;    &gt;Clash Verge Rev★★&lt;/a&gt; — 内置 Mihomo 内核,支持 Linux/macOS/Windows&lt;/li&gt;&#xA;&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/mihomo-party-org/clash-party&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;&#xA;    &gt;Mihomo Party★★★&lt;/a&gt;  - 支持linux/windows/macos&lt;/li&gt;&#xA;&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/KaringX/karing&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;&#xA;    &gt;Karing&lt;/a&gt; — 基于 sing-box 内核,支持Android/ios/linux/windows/macos&lt;/li&gt;&#xA;&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/xishang0128/sparkle&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;&#xA;    &gt;Sparkle&lt;/a&gt; — 基于 Mihomo 内核，支持 Windows / macOS / Linux&lt;/li&gt;&#xA;&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/chen08209/FlClash&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;&#xA;    &gt;FlClash&lt;/a&gt; — 基于 Mihomo 内核,支持Android/linux/windows、macos&lt;/li&gt;&#xA;&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/KaringX/clashmi&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;&#xA;    &gt;Clash Mi&lt;/a&gt; —支持android/ios/Windows / macOS / Linux&lt;/li&gt;&#xA;&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/GUI-for-Cores/GUI.for.Clash&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;&#xA;    &gt;GUI.for.Clash&lt;/a&gt;  — 支持 Linux/macOS/Windows&lt;/li&gt;&#xA;&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/snakem982/Pandora-Box&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;&#xA;    &gt;Pandora-Box&lt;/a&gt; — 基于 Mihomo 内核,支持linux/windows/macos&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h3 id=&#34;android&#34;&gt;Android&#xA;&lt;/h3&gt;&lt;ul&gt;&#xA;&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/MetaCubeX/ClashMetaForAndroid&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;&#xA;    &gt;Clash Meta for Android★★★&lt;/a&gt;(推荐)&lt;/li&gt;&#xA;&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/KaringX/karing&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;&#xA;    &gt;Karing&lt;/a&gt; — 基于 sing-box 内核,支持Android/ios/linux/windows/macos&lt;/li&gt;&#xA;&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/KaringX/clashmi&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;&#xA;    &gt;Clash Mi&lt;/a&gt; —支持android/ios/Windows / macOS / Linux&lt;/li&gt;&#xA;&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/chen08209/FlClash&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;&#xA;    &gt;FlClash★★&lt;/a&gt; — 基于 Mihomo 内核,支持Android/linux/windows、macos&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h3 id=&#34;ios&#34;&gt;iOS&#xA;&lt;/h3&gt;&lt;ul&gt;&#xA;&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://nssurge.com&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;&#xA;    &gt;Surge★★★&lt;/a&gt; — 付费高级客户端,支持ios/macos&lt;/li&gt;&#xA;&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://apps.apple.com/us/app/shadowrocket/id932747118&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;&#xA;    &gt;Shadowrocket★★★&lt;/a&gt; — 付费,支持多协议&lt;/li&gt;&#xA;&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://apps.apple.com/us/app/quantumult-x/id1443988620&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;&#xA;    &gt;Quantumult X★★★&lt;/a&gt; — 付费,支持ios/macos&lt;/li&gt;&#xA;&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://apps.apple.com/us/app/loon/id1373567447&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;&#xA;    &gt;Loon&lt;/a&gt; —  付费,支持ios/macos&lt;/li&gt;&#xA;&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/KaringX/karing&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;&#xA;    &gt;Karing&lt;/a&gt; — 基于 sing-box 内核,支持Android/ios/linux/windows/macos&lt;/li&gt;&#xA;&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/KaringX/clashmi&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;&#xA;    &gt;Clash Mi&lt;/a&gt; —支持android/ios/Windows / macOS / Linux&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h3 id=&#34;harmonyos-next&#34;&gt;HarmonyOS NEXT&#xA;&lt;/h3&gt;&lt;ul&gt;&#xA;&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/xiaobaigroup/ClashBox&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;&#xA;    &gt;ClashBox&lt;/a&gt; — 独苗这一块&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h3 id=&#34;路由器openwrt--linux&#34;&gt;路由器（OpenWRT / Linux）&#xA;&lt;/h3&gt;&lt;ul&gt;&#xA;&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/vernesong/OpenClash&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;&#xA;    &gt;OpenClash★★&lt;/a&gt; - OpenWRT 上主流的 Clash 客户端&lt;/li&gt;&#xA;&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/nikkinikki-org/OpenWrt-nikki&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;&#xA;    &gt;OpenWrt-nikki★★★&lt;/a&gt;(推荐) —  基于clash核心&lt;/li&gt;&#xA;&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/daeuniverse/daed&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;&#xA;    &gt;daed&lt;/a&gt; — 基于dae内核&lt;/li&gt;&#xA;&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/xiaorouji/openwrt-passwall&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;&#xA;    &gt;Passwall2&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/Thaolga/openwrt-nekobox&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;&#xA;    &gt;openwrt-nekobox&lt;/a&gt; — 基于 Sing-box核心&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;总结&#34;&gt;总结&#xA;&lt;/h2&gt;&lt;p&gt;小白无脑选择clash系客户端，有其他要求可自定义选择。&lt;/p&gt;&#xA;</description>
        </item></channel>
</rss>
