[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

@ -38,7 +38,7 @@ type tunLinux struct {
// OpenTunDevice return a TunDevice according a URL
func OpenTunDevice(tunAddress string, autoRoute bool) (TunDevice, error) {
deviceURL, _ := url.Parse("dev://utun")
deviceURL, _ := url.Parse("dev://meta")
mtu, _ := strconv.ParseInt(deviceURL.Query().Get("mtu"), 0, 32)
t := &tunLinux{