Backup Source of Clash.Meta
Go to file
2023-12-02 13:02:20 +08:00
.github fix: build error 2023-11-30 20:20:45 +08:00
adapter return expected status through Rest API and clean useless code 2023-12-01 23:16:55 +08:00
common [fix] append tuic to proxies 2023-12-02 13:02:20 +08:00
component chore: upgrade xsync to v3 2023-11-23 10:24:01 +08:00
config chore: modify some fields 2023-11-30 21:12:30 +08:00
constant return expected status through Rest API and clean useless code 2023-12-01 23:16:55 +08:00
context chore: hello mihomo 2023-11-03 21:58:21 +08:00
dns fix: build error 2023-11-30 20:20:45 +08:00
docker chore: hello mihomo 2023-11-03 21:58:21 +08:00
docs chore: modify some fields 2023-11-30 21:12:30 +08:00
hub return expected status through Rest API and clean useless code 2023-12-01 23:16:55 +08:00
listener chore: listeners can set mux-option 2023-11-23 08:20:26 +08:00
log chore: print colored log 2023-11-21 22:35:24 +08:00
ntp chore: hello mihomo 2023-11-03 21:58:21 +08:00
rules chore: Replace stack collection with list 2023-11-20 23:48:30 +08:00
test chore: update dependencies 2023-11-30 20:04:41 +08:00
transport chore: Update quic-go to v0.40.0 2023-11-30 22:22:45 +08:00
tunnel chore: upgrade xsync to v3 2023-11-23 10:24:01 +08:00
.gitignore chore: update gitignore 2023-01-14 18:10:22 +08:00
.golangci.yaml chore: hello mihomo 2023-11-03 21:58:21 +08:00
check_amd64.sh chore: add docker workflow 2022-04-28 14:18:54 +08:00
Dockerfile chore: hello mihomo 2023-11-03 21:58:21 +08:00
flake.lock chore: update flake lock 2022-12-15 13:25:18 +08:00
flake.nix chore: hello mihomo 2023-11-03 21:58:21 +08:00
go.mod chore: Update quic-go to v0.40.0 2023-11-30 22:22:45 +08:00
go.sum chore: Update quic-go to v0.40.0 2023-11-30 22:22:45 +08:00
LICENSE License: use GPL 3.0 2019-10-18 11:12:35 +08:00
main.go chore: Cleanup code 2023-11-17 23:12:10 +08:00
Makefile chore: hello mihomo 2023-11-03 21:58:21 +08:00
Meta.png [readme] 2021-12-09 17:54:53 +08:00
README.md chore: hello mihomo 2023-11-03 21:58:21 +08:00

Meta Kennel
Meta Kernel

Another Mihomo 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 Mihomo 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 mihomo Docs.

For development

Requirements: Go 1.20 or newer

Build mihomo:

git clone https://github.com/MetaCubeX/mihomo.git
cd mihomo && 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