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