|
преди 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.