Backup Source of Clash.Meta
Go to file
2024-03-29 14:33:05 +08:00
.github chore: embed ca-certificates.crt 2024-03-28 19:26:57 +08:00
adapter fix: wireguard multi peers public key parse 2024-03-28 21:57:48 +08:00
common fix: resolve atomic.Value usages with interface types 2024-03-13 14:49:46 +08:00
component fix: resolve by ProxyServerHostResolver should not retry with DefaultResolver when error occurs 2024-03-28 23:33:56 +08:00
config fix: Fix DOMAIN-REGEX parsing 2024-03-29 13:43:11 +08:00
constant feat: add IP-ASN rule 2024-03-12 03:14:25 +08:00
context chore: hello mihomo 2023-11-03 21:58:21 +08:00
dns fix: dns truncate not work 2024-03-23 22:30:19 +08:00
docker chore: hello mihomo 2023-11-03 21:58:21 +08:00
docs chore: wireguard outbound only can set ip and ipv6 outside peers 2024-03-20 12:34:54 +08:00
hub chore: allow config table-index for tun 2024-03-24 21:31:52 +08:00
listener fix: tun lookback when don't have an activated network 2024-03-29 14:33:05 +08:00
log chore: don't force output color in log 2023-12-09 10:53:19 +08:00
ntp fix(ntp): simplify NTP service initialization and error handling 2024-01-17 16:14:25 +08:00
rules fix: Fix DOMAIN-REGEX parsing 2024-03-29 13:43:11 +08:00
test feat: support ARC for DNS cache 2023-12-03 08:37:05 +08:00
transport fixed: invalid argument to Intn (#1133) 2024-03-26 14:19:33 +08:00
tunnel chore: don't lookup process when Type==INNER 2024-03-28 21:49:44 +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
android_tz.go chore: Replace android timezone implementation 2024-03-10 02:24:28 +08:00
check_amd64.sh chore: add docker workflow 2022-04-28 14:18:54 +08:00
Dockerfile chore: Update workflow 2024-02-25 20:42:01 +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 fix: wireguard client bind 2024-03-21 12:23:45 +08:00
go.sum fix: wireguard client bind 2024-03-21 12:23:45 +08:00
LICENSE License: use GPL 3.0 2019-10-18 11:12:35 +08:00
main.go chore: Replace android timezone implementation 2024-03-10 02:24:28 +08:00
Makefile ci: bump github-actions version 2024-02-05 14:03:21 +08:00
Meta.png [readme] 2021-12-09 17:54:53 +08:00
README.md docs: README.md 2024-01-17 13:31: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