A rule-based tunnel in Go.
Go to file
bobo liu 81b1e9f931
Feature: support vmess 'zero' security (#2513)
2023-01-30 14:14:42 +08:00
.github Migration: go1.19 2022-08-07 21:45:50 +08:00
adapter Fix: immediately update provider when modtime too old 2022-12-31 16:32:30 +08:00
common Chore: remove old cache implementation 2022-08-17 11:43:20 +08:00
component Feature: add dns query json api 2023-01-16 15:25:34 +08:00
config Change: set false as `udp-fallback-match` default value 2023-01-04 17:43:14 +08:00
constant Feature: add tunnels 2022-11-20 21:30:55 +08:00
context Refactor: plain http proxy (#1443) 2021-06-15 17:13:40 +08:00
dns Chore: skip cache acme challenge dns msg (#2469) 2022-12-22 13:30:23 +08:00
docs Update: README.md logo and badges 2018-06-23 00:44:28 +08:00
hub Fix: dns api panic on disable dns section (#2498) 2023-01-18 16:58:03 +08:00
listener Feature: REDIRECT support IPv6 (#2473) 2022-12-22 19:25:30 +08:00
log Fix: make log api unblocked 2022-04-26 22:36:10 +08:00
rule Fix: process rule type (#2206) 2022-07-06 13:44:04 +08:00
test Feature: support vmess 'zero' security (#2513) 2023-01-30 14:14:42 +08:00
transport Feature: support vmess 'zero' security (#2513) 2023-01-30 14:14:42 +08:00
tunnel Feature: add `udp-fallback-match` option 2023-01-01 20:12:17 +08:00
.gitignore Chore: contexify ProxyAdapter ListenPacket 2021-10-15 21:44:53 +08:00
.golangci.yaml Migration: go1.19 2022-08-07 21:45:50 +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 riscv64 build 2023-01-18 12:06:06 +08:00
README.md Fix: broken build badge (#2470) 2022-12-22 12:09:24 +08:00
go.mod Chore: update dependencies 2023-01-29 18:46:47 +08:00
go.sum Chore: update dependencies 2023-01-29 18:46:47 +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

  • Local HTTP/HTTPS/SOCKS server with authentication support
  • Shadowsocks(R), VMess, Trojan, Snell, SOCKS5, HTTP(S) outbound support
  • Built-in fake-ip DNS server that aims to minimize DNS pollution attack impact. DoH/DoT upstream supported.
  • Rules based off domains, GEOIP, IP-CIDR or process names to route packets to different destinations
  • Proxy groups allow users to implement powerful rules. Supports automatic fallback, load balancing or auto select proxy based off latency
  • Remote providers, allowing users to get proxy lists remotely instead of hardcoding in config
  • Transparent proxy: Redirect TCP and TProxy TCP/UDP with automatic route table/rule management
  • Hot-reload via the comprehensive HTTP RESTful API controller

Premium

Premium core is proprietary. You can find their release notes and pre-built binaries here.

Getting Started

Documentations are available at GitHub Wiki.

Development

If you want to build a Go application that uses Clash as a library, check out the GitHub Wiki.

Credits

License

This software is released under the GPL-3.0 license.

FOSSA Status