reloadlife / local-tun

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SingBox

how to build

vlessUUID=""
IPList=""
Port=""
RealityPublicKey=""
ShortId=""
fingerPrint=""
serverName=""
Flow=""
go build -o vpn -tags with_utls -ldflags "-X main.UUID=$vlessUUID -X main.IPs=$IPList -X main.Port=$Port -X main.PKey=$RealityPublicKey -X main.ShortId=$ShortId -X main.FP=$fingerPrint -X main.ServerName=$serverName -X main.Flow=$Flow"  main.go

run

sudo ./vpn 

About


Languages

Language:Go 100.0%