A simple Python Pydantic model for Honkai: Star Rail parsed data from the Mihomo API.
Go to file
wwqgtxx c60750d549
Some checks failed
Test / test (1.20, macos-13) (push) Has been cancelled
Test / test (1.20, macos-latest) (push) Has been cancelled
Test / test (1.20, ubuntu-24.04-arm) (push) Has been cancelled
Test / test (1.20, ubuntu-latest) (push) Has been cancelled
Test / test (1.20, windows-latest) (push) Has been cancelled
Test / test (1.21, macos-13) (push) Has been cancelled
Test / test (1.21, macos-latest) (push) Has been cancelled
Test / test (1.21, ubuntu-24.04-arm) (push) Has been cancelled
Test / test (1.21, ubuntu-latest) (push) Has been cancelled
Test / test (1.21, windows-latest) (push) Has been cancelled
Test / test (1.22, macos-13) (push) Has been cancelled
Test / test (1.22, macos-latest) (push) Has been cancelled
Test / test (1.22, ubuntu-24.04-arm) (push) Has been cancelled
Test / test (1.22, ubuntu-latest) (push) Has been cancelled
Test / test (1.22, windows-latest) (push) Has been cancelled
Test / test (1.23, macos-13) (push) Has been cancelled
Test / test (1.23, macos-latest) (push) Has been cancelled
Test / test (1.23, ubuntu-24.04-arm) (push) Has been cancelled
Test / test (1.23, ubuntu-latest) (push) Has been cancelled
Test / test (1.23, windows-latest) (push) Has been cancelled
Test / test (1.24, macos-13) (push) Has been cancelled
Test / test (1.24, macos-latest) (push) Has been cancelled
Test / test (1.24, ubuntu-24.04-arm) (push) Has been cancelled
Test / test (1.24, ubuntu-latest) (push) Has been cancelled
Test / test (1.24, windows-latest) (push) Has been cancelled
Trigger CMFA Update / trigger-CMFA-update (push) Has been cancelled
chore: allow tun to skip the system ipv6 check when starting by environment variable SKIP_SYSTEM_IPV6_CHECK
2025-06-14 15:57:54 +08:00
.github action: don't trigger cmfa update on pull request 2025-06-12 15:33:19 +08:00
adapter fix: remote dst parse 2025-05-31 22:57:05 +08:00
common chore: converter support fingerprint for anytls 2025-06-13 23:05:06 +08:00
component chore: add Int32Enum for common/atomic 2025-06-12 15:24:29 +08:00
config chore: allow tun to skip the system ipv6 check when starting by environment variable SKIP_SYSTEM_IPV6_CHECK 2025-06-14 15:57:54 +08:00
constant chore: add Int32Enum for common/atomic 2025-06-12 15:24:29 +08:00
context chore: hello mihomo 2023-11-03 21:58:21 +08:00
dns feat: all dns client support skip-cert-verify params 2025-06-06 00:52:12 +08:00
docker chore: hello mihomo 2023-11-03 21:58:21 +08:00
docs chore: add rate limiting support for reality listener 2025-06-10 10:40:26 +08:00
hub feat: add loopback-address support for tun 2025-06-11 17:45:28 +08:00
listener feat: add loopback-address support for tun 2025-06-11 17:45:28 +08:00
log chore: add Int32Enum for common/atomic 2025-06-12 15:24:29 +08:00
ntp chore: update dependencies 2025-05-03 15:06:13 +08:00
rules chore: the resolve and findProcess behaviors of Logic and SubRules follow the order and needs of the internal rules 2025-06-10 20:11:50 +08:00
test chore: drop support of eBPF 2024-08-16 14:15:36 +08:00
transport fix: v2ray-plugin mux maybe not close underlay connection 2025-06-14 12:32:45 +08:00
tunnel chore: add Int32Enum for common/atomic 2025-06-12 15:24:29 +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: reduce image size 2024-07-31 13:04:30 +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 feat: add loopback-address support for tun 2025-06-11 17:45:28 +08:00
go.sum feat: add loopback-address support for tun 2025-06-11 17:45:28 +08:00
LICENSE License: use GPL 3.0 2019-10-18 11:12:35 +08:00
main.go feat: inbound support vless 2025-02-04 00:44:18 +08:00
Makefile chore: drop support of eBPF 2024-08-16 14:15:36 +08:00
Meta.png [readme] 2021-12-09 17:54:53 +08:00
README.md license: any downstream projects not affiliated with MetaCubeX shall not contain the word mihomo in their names 2025-02-08 23:37:04 +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.

In addition, any downstream projects not affiliated with MetaCubeX shall not contain the word mihomo in their names.