github.com/igoogolx/clash@v1.19.8/README.md (about) 1 <h1 align="center"> 2 <img src="https://github.com/Dreamacro/clash/raw/master/docs/logo.png" alt="Clash" width="200"> 3 <br>Clash<br> 4 </h1> 5 6 <h4 align="center">A rule-based tunnel in Go.</h4> 7 8 <p align="center"> 9 <a href="https://github.com/Dreamacro/clash/actions"> 10 <img src="https://img.shields.io/github/actions/workflow/status/Dreamacro/clash/release.yml?branch=master&style=flat-square" alt="Github Actions"> 11 </a> 12 <a href="https://goreportcard.com/report/github.com/Dreamacro/clash"> 13 <img src="https://goreportcard.com/badge/github.com/Dreamacro/clash?style=flat-square"> 14 </a> 15 <img src="https://img.shields.io/github/go-mod/go-version/Dreamacro/clash?style=flat-square"> 16 <a href="https://github.com/Dreamacro/clash/releases"> 17 <img src="https://img.shields.io/github/release/Dreamacro/clash/all.svg?style=flat-square"> 18 </a> 19 <a href="https://github.com/Dreamacro/clash/releases/tag/premium"> 20 <img src="https://img.shields.io/badge/release-Premium-00b4f0?style=flat-square"> 21 </a> 22 </p> 23 24 ## Features 25 26 This is a general overview of the features that comes with Clash. 27 28 - Inbound: HTTP, HTTPS, SOCKS5 server, TUN device 29 - Outbound: Shadowsocks(R), VMess, Trojan, Snell, SOCKS5, HTTP(S), Wireguard 30 - Rule-based Routing: dynamic scripting, domain, IP addresses, process name and more 31 - Fake-IP DNS: minimises impact on DNS pollution and improves network performance 32 - Transparent Proxy: Redirect TCP and TProxy TCP/UDP with automatic route table/rule management 33 - Proxy Groups: automatic fallback, load balancing or latency testing 34 - Remote Providers: load remote proxy lists dynamically 35 - RESTful API: update configuration in-place via a comprehensive API 36 37 *Some of the features may only be available in the [Premium core](https://dreamacro.github.io/clash/premium/introduction.html).* 38 39 ## Documentation 40 41 You can find the latest documentation at [https://dreamacro.github.io/clash/](https://dreamacro.github.io/clash/). 42 43 ## Credits 44 45 - [riobard/go-shadowsocks2](https://github.com/riobard/go-shadowsocks2) 46 - [v2ray/v2ray-core](https://github.com/v2ray/v2ray-core) 47 - [WireGuard/wireguard-go](https://github.com/WireGuard/wireguard-go) 48 49 ## License 50 51 This software is released under the GPL-3.0 license. 52 53 [![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgithub.com%2FDreamacro%2Fclash.svg?type=large)](https://app.fossa.io/projects/git%2Bgithub.com%2FDreamacro%2Fclash?ref=badge_large)