|
пре 5 месеци | |
---|---|---|
.. | ||
.github | пре 5 месеци | |
adapter | пре 5 месеци | |
common | пре 5 месеци | |
component | пре 5 месеци | |
config | пре 5 месеци | |
constant | пре 5 месеци | |
context | пре 5 месеци | |
dns | пре 5 месеци | |
docker | пре 5 месеци | |
docs | пре 5 месеци | |
hub | пре 5 месеци | |
listener | пре 5 месеци | |
log | пре 5 месеци | |
ntp | пре 5 месеци | |
rules | пре 5 месеци | |
test | пре 5 месеци | |
transport | пре 5 месеци | |
tunnel | пре 5 месеци | |
.gitignore | пре 5 месеци | |
.golangci.yaml | пре 5 месеци | |
Dockerfile | пре 5 месеци | |
LICENSE | пре 5 месеци | |
Makefile | пре 5 месеци | |
Meta.png | пре 5 месеци | |
README.md | пре 5 месеци | |
android_tz.go | пре 5 месеци | |
check_amd64.sh | пре 5 месеци | |
flake.lock | пре 5 месеци | |
flake.nix | пре 5 месеци | |
go.mod | пре 5 месеци | |
go.sum | пре 5 месеци | |
main.go | пре 5 месеци |
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.