[test]tun
This commit is contained in:
parent
1100475326
commit
3412642797
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue