[test]tun

This commit is contained in:
gVisor bot 2021-11-17 19:35:34 +08:00
parent 1100475326
commit 3412642797

View File

@ -50,7 +50,7 @@ func OpenTunDevice(tunAddress string, autoRoute bool) (TunDevice, error) {
log.Warnln("Error parese GUID from string: %v", err)
}
interfaceName := "Clash"
interfaceName := "Clash.Mini"
mtu := 9000
tun, err := CreateTUN(interfaceName, mtu, tunAddress, autoRoute)