alroyso b75f151c65 cheng 5 mēneši atpakaļ
..
.github b75f151c65 cheng 5 mēneši atpakaļ
adapter b75f151c65 cheng 5 mēneši atpakaļ
common b75f151c65 cheng 5 mēneši atpakaļ
component b75f151c65 cheng 5 mēneši atpakaļ
config b75f151c65 cheng 5 mēneši atpakaļ
constant b75f151c65 cheng 5 mēneši atpakaļ
context b75f151c65 cheng 5 mēneši atpakaļ
dns b75f151c65 cheng 5 mēneši atpakaļ
docker b75f151c65 cheng 5 mēneši atpakaļ
docs b75f151c65 cheng 5 mēneši atpakaļ
hub b75f151c65 cheng 5 mēneši atpakaļ
listener b75f151c65 cheng 5 mēneši atpakaļ
log b75f151c65 cheng 5 mēneši atpakaļ
ntp b75f151c65 cheng 5 mēneši atpakaļ
rules b75f151c65 cheng 5 mēneši atpakaļ
test b75f151c65 cheng 5 mēneši atpakaļ
transport b75f151c65 cheng 5 mēneši atpakaļ
tunnel b75f151c65 cheng 5 mēneši atpakaļ
.gitignore b75f151c65 cheng 5 mēneši atpakaļ
.golangci.yaml b75f151c65 cheng 5 mēneši atpakaļ
Dockerfile b75f151c65 cheng 5 mēneši atpakaļ
LICENSE b75f151c65 cheng 5 mēneši atpakaļ
Makefile b75f151c65 cheng 5 mēneši atpakaļ
Meta.png b75f151c65 cheng 5 mēneši atpakaļ
README.md b75f151c65 cheng 5 mēneši atpakaļ
android_tz.go b75f151c65 cheng 5 mēneši atpakaļ
check_amd64.sh b75f151c65 cheng 5 mēneši atpakaļ
flake.lock b75f151c65 cheng 5 mēneši atpakaļ
flake.nix b75f151c65 cheng 5 mēneši atpakaļ
go.mod b75f151c65 cheng 5 mēneši atpakaļ
go.sum b75f151c65 cheng 5 mēneši atpakaļ
main.go b75f151c65 cheng 5 mēneši atpakaļ

README.md

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.