Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wangtz0607/clash
A rule-based tunnel in Go.
https://github.com/wangtz0607/clash
clash golang rule-based tunnel
Last synced: 27 days ago
JSON representation
A rule-based tunnel in Go.
- Host: GitHub
- URL: https://github.com/wangtz0607/clash
- Owner: wangtz0607
- License: gpl-3.0
- Created: 2023-11-03T08:13:19.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-09T09:11:51.000Z (11 months ago)
- Last Synced: 2024-09-27T09:01:31.191Z (about 1 month ago)
- Topics: clash, golang, rule-based, tunnel
- Language: Go
- Homepage:
- Size: 367 KB
- Stars: 5
- Watchers: 2
- Forks: 9
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Clash
A rule-based tunnel in Go.
## Features
This is a general overview of the features that comes with Clash.
- Inbound: HTTP, HTTPS, SOCKS5 server, TUN device
- Outbound: Shadowsocks(R), VMess, Trojan, Snell, SOCKS5, HTTP(S), Wireguard
- Rule-based Routing: dynamic scripting, domain, IP addresses, process name and more
- Fake-IP DNS: minimises impact on DNS pollution and improves network performance
- Transparent Proxy: Redirect TCP and TProxy TCP/UDP with automatic route table/rule management
- Proxy Groups: automatic fallback, load balancing or latency testing
- Remote Providers: load remote proxy lists dynamically
- RESTful API: update configuration in-place via a comprehensive API*Some of the features may only be available in the [Premium core](https://dreamacro.github.io/clash/premium/introduction.html).*
## Documentation
You can find the latest documentation at [https://dreamacro.github.io/clash/](https://dreamacro.github.io/clash/).
## Credits
- [riobard/go-shadowsocks2](https://github.com/riobard/go-shadowsocks2)
- [v2ray/v2ray-core](https://github.com/v2ray/v2ray-core)
- [WireGuard/wireguard-go](https://github.com/WireGuard/wireguard-go)## License
This software is released under the GPL-3.0 license.