Backup Source of Clash.Meta
Go to file
2023-10-26 09:07:49 +08:00
.github action: ban black issues 2023-10-25 18:06:10 +08:00
adapter chore: share some code 2023-10-23 16:45:22 +08:00
common chore: cleanup error using of dialer.DefaultInterface 2023-10-26 09:07:49 +08:00
component chore: inMemoryAuthenticator unneed sync map 2023-10-24 21:25:03 +08:00
config chore: cleanup error using of dialer.DefaultInterface 2023-10-26 09:07:49 +08:00
constant chore: decrease memory copy in quic sniffer 2023-10-19 23:51:37 +08:00
context chore: Update dependencies 2023-04-09 15:40:17 +08:00
dns chore: cleanup error using of dialer.DefaultInterface 2023-10-26 09:07:49 +08:00
docker chore: better workflow 2023-03-01 13:41:25 +08:00
docs docs: update about quic sniffer 2023-10-19 19:09:13 +08:00
hub chore: code cleanup 2023-10-10 21:29:12 +08:00
listener chore: share some code 2023-10-23 16:45:22 +08:00
log chore: using sing-shadowtls to support shadowtls v1/2/3 2023-02-21 21:58:37 +08:00
ntp chore: ntp service support dialer-proxy 2023-09-25 09:11:35 +08:00
rules chore: using uint16 for ports in Metadata 2023-08-09 13:51:02 +08:00
test feat(sniffer): add quic sniffer 2023-10-19 18:30:20 +08:00
transport fix: ssr panic 2023-10-23 15:39:56 +08:00
tunnel feat(sniffer): add quic sniffer 2023-10-19 18:30:20 +08:00
.gitignore chore: update gitignore 2023-01-14 18:10:22 +08:00
.golangci.yaml Migration: go1.19 2022-08-07 21:45:50 +08:00
check_amd64.sh chore: add docker workflow 2022-04-28 14:18:54 +08:00
Dockerfile chore: Use Meta-geoip for default 2023-07-20 23:24:48 +08:00
flake.lock chore: update flake lock 2022-12-15 13:25:18 +08:00
flake.nix Update flake.nix (#452) 2023-03-18 19:55:29 +08:00
go.mod chore: update sing-tun 2023-10-23 15:39:56 +08:00
go.sum chore: update sing-tun 2023-10-23 15:39:56 +08:00
LICENSE License: use GPL 3.0 2019-10-18 11:12:35 +08:00
main.go feature: add environs startup option support (#2909) 2023-10-16 09:22:16 +08:00
Makefile chore: Something update from clash :) (#606) 2023-06-06 09:45:05 +08:00
Meta.png [readme] 2021-12-09 17:54:53 +08:00
README.md docs: update readme.md 2023-10-20 00:34:10 +08:00

Meta Kennel
Meta Kernel

Another Clash Kernel.

Features

  • Local HTTP/HTTPS/SOCKS server with authentication support
  • VMess, VLESS, Shadowsocks, Trojan, Snell, TUIC, Hysteria protocol support
  • Built-in DNS server that aims to minimize DNS pollution attack impact, supports DoH/DoT upstream and fake IP.
  • Rules based off domains, GEOIP, IPCIDR or Process to forward packets to different nodes
  • Remote groups allow users to implement powerful rules. Supports automatic fallback, load balancing or auto select node based off latency
  • Remote providers, allowing users to get node lists remotely instead of hard-coding in config
  • Netfilter TCP redirecting. Deploy Clash on your Internet gateway with iptables.
  • Comprehensive HTTP RESTful API controller

Dashboard

A web dashboard with first-class support for this project has been created; it can be checked out at metacubexd.

Configration example

Configuration example is located at /docs/config.yaml.

Docs

Documentation can be found in Clash.Meta Docs.

For development

Requirements: Go 1.20 or newer

Build Clash.Meta:

git clone https://github.com/MetaCubeX/Clash.Meta.git
cd Clash.Meta && go mod download
go build

Set go proxy if a connection to GitHub is not possible:

go env -w GOPROXY=https://goproxy.io,direct

Build with gvisor tun stack:

go build -tags with_gvisor

IPTABLES configuration

Work on Linux OS which supported iptables

# Enable the TPROXY listener
tproxy-port: 9898

iptables:
  enable: true # default is false
  inbound-interface: eth0 # detect the inbound interface, default is 'lo'

Debugging

Check wiki to get an instruction on using debug API.

Credits

License

This software is released under the GPL-3.0 license.

FOSSA Status