Ignore system tun stack bind interface error

This commit is contained in:
世界
2023-06-07 20:35:02 +08:00
parent 8eb7dd0059
commit 9c9affa719
+1
View File
@@ -170,6 +170,7 @@ func (t *Tun) Start() error {
Handler: t,
Logger: t.logger,
ForwarderBindInterface: t.platformInterface != nil,
InterfaceFinder: t.router.InterfaceFinder(),
})
if err != nil {
return err