diff --git a/vpn/boxoptions_default.go b/vpn/boxoptions_default.go index f62acf7b..2266ad13 100644 --- a/vpn/boxoptions_default.go +++ b/vpn/boxoptions_default.go @@ -45,11 +45,10 @@ func baseInbounds() []O.Inbound { } tunOpts := &O.TunInboundOptions{ - InterfaceName: "utun225", - Address: tunAddress, - AutoRoute: true, - StrictRoute: true, - Stack: "system", + Address: tunAddress, + AutoRoute: true, + StrictRoute: true, + Stack: "system", } switch common.Platform { case "android":