A rule-based tunnel in Go.
Go to file
Kr328 154cb1d1f0
Improve: alloc using make if alloc size > 65536 (#2796)
2023-06-18 11:19:35 +08:00
.github Chore: update wiki URL in issue_template (#2763) 2023-05-23 19:46:01 +08:00
adapter Fix: should check originDst is nil (#2797) 2023-06-18 11:16:40 +08:00
common Improve: alloc using make if alloc size > 65536 (#2796) 2023-06-18 11:19:35 +08:00
component Improve: alloc using make if alloc size > 65536 (#2796) 2023-06-18 11:19:35 +08:00
config Feature: support basic authentication for DoH (#2684) 2023-04-19 11:30:57 +08:00
constant Refactor: refactor find process (#2781) 2023-06-13 23:25:32 +08:00
context Chore: update uuid to v5 2023-03-14 21:18:09 +08:00
dns Fix: aysnc exchange with new context (#2788) 2023-06-13 23:44:48 +08:00
docs Docs: fix some mistakes (#2761) 2023-05-21 21:26:10 +08:00
hub Fix: potential token time attack 2023-05-06 14:51:28 +08:00
listener Refactor: refactor find process (#2781) 2023-06-13 23:25:32 +08:00
log Fix: make log api unblocked 2022-04-26 22:36:10 +08:00
rule Feature: support IPSET rule (#2693) 2023-04-22 20:07:47 +08:00
test Chore: upgrade test deps 2023-05-19 22:10:26 +08:00
transport Fix: socks4 server handshake (#2700) 2023-04-25 20:16:11 +08:00
tunnel Refactor: refactor find process (#2781) 2023-06-13 23:25:32 +08:00
.gitignore Docs: new documentation site (#2723) 2023-05-15 21:47:01 +08:00
.golangci.yaml Chore: add some linters and clean up the code 2023-04-04 14:53:59 +08:00
Dockerfile Refactor: improve Dockerfile (#2246) 2022-09-21 21:09:11 +08:00
LICENSE License: use GPL 3.0 2019-10-18 11:12:35 +08:00
Makefile Feature: add loong64 build (#2762) 2023-05-24 09:44:43 +08:00
README.md Docs: fix logo url and update README (#2747) 2023-05-17 21:07:23 +08:00
go.mod Chore: update dependencies 2023-05-19 21:55:04 +08:00
go.sum Chore: update dependencies 2023-05-19 21:55:04 +08:00
main.go Migration: go 1.18 2022-03-16 12:10:13 +08:00

README.md

Clash
Clash

A rule-based tunnel in Go.

Github Actions

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.

Documentation

You can find the latest documentation at https://dreamacro.github.io/clash/.

Credits

License

This software is released under the GPL-3.0 license.

FOSSA Status