[fix]autoIptables

This commit is contained in:
Maze.tsz
2021-12-27 03:29:14 +08:00
parent e2a0437685
commit ebc3f36236
2 changed files with 2 additions and 2 deletions

View File

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