Ignore system tun stack bind interface error

This commit is contained in:
世界
2023-04-20 09:11:06 +08:00
parent 8eb7dd0059
commit 9c9affa719

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