Files
nexus/wiki/concepts/Clash.md
2026-04-16 20:05:13 +08:00

31 lines
922 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
---
title: Clash
type: concept
tags: [proxy, 科学上网]
date: 2026-04-16
---
## Summary
- 定义基于Go语言开发的代理客户端支持规则分流
- 内核GitHub开源项目 clash/clash
- 特点:高性能、支持多种协议、支持规则分流
## Key Characteristics
- 支持代理协议Shadowsocks、ShadowsocksR、V2Ray、Trojan、HTTP、SOCKS5
- 支持规则分流根据域名、IP、地理位置等分流
- 支持策略组:自动测速、自动选择最优节点
- 支持GeoIP规则国内直连、海外代理
## Components
- 配置文件YAML格式定义规则和节点
- 订阅链接远程配置文件URL
- DashboardWeb管理界面
## Use Cases
- 路由器梅林固件上的科学上网MerlinClash
- PC/Mac端科学上网
- 安卓/iOS端科学上网
## Connections
- [[Clash]] ← implements ← [[科学上网]]
- [[MerlinClash]] ← based_on ← [[Clash]]