|
hai 5 meses | |
---|---|---|
.. | ||
.github | hai 5 meses | |
adapter | hai 5 meses | |
common | hai 5 meses | |
component | hai 5 meses | |
config | hai 5 meses | |
constant | hai 5 meses | |
context | hai 5 meses | |
dns | hai 5 meses | |
docker | hai 5 meses | |
docs | hai 5 meses | |
hub | hai 5 meses | |
listener | hai 5 meses | |
log | hai 5 meses | |
ntp | hai 5 meses | |
rules | hai 5 meses | |
test | hai 5 meses | |
transport | hai 5 meses | |
tunnel | hai 5 meses | |
.gitignore | hai 5 meses | |
.golangci.yaml | hai 5 meses | |
Dockerfile | hai 5 meses | |
LICENSE | hai 5 meses | |
Makefile | hai 5 meses | |
Meta.png | hai 5 meses | |
README.md | hai 5 meses | |
android_tz.go | hai 5 meses | |
check_amd64.sh | hai 5 meses | |
flake.lock | hai 5 meses | |
flake.nix | hai 5 meses | |
go.mod | hai 5 meses | |
go.sum | hai 5 meses | |
main.go | hai 5 meses |
iptables
.A web dashboard with first-class support for this project has been created; it can be checked out at metacubexd.
Configuration example is located at /docs/config.yaml.
Documentation can be found in mihomo Docs.
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
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'
Check wiki to get an instruction on using debug API.
This software is released under the GPL-3.0 license.