This commit is contained in:
Maze.tsz
2021-12-04 17:41:13 +08:00
parent 58552447ef
commit 8580ee8898
5 changed files with 60 additions and 33 deletions

View File

@ -20,7 +20,7 @@ var (
const (
PROXY_FWMARK = "0x2d0"
PROXY_ROUTE_TABLE = "0x2d0"
USERNAME = "clash"
USERNAME = "Clash.Meta"
)
func SetTProxyLinuxIPTables(ifname string, tport int, dport int) error {