mirror of
https://github.com/SagerNet/sing-box.git
synced 2024-11-22 08:31:30 +00:00
Ignore system tun stack bind interface error
This commit is contained in:
parent
8eb7dd0059
commit
9c9affa719
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue