From 9c9affa7199b03904a82af68bf266382f7b66990 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=96=E7=95=8C?= Date: Thu, 20 Apr 2023 09:11:06 +0800 Subject: [PATCH] Ignore system tun stack bind interface error --- inbound/tun.go | 1 + 1 file changed, 1 insertion(+) diff --git a/inbound/tun.go b/inbound/tun.go index 5ac0c33e..cb94dc23 100644 --- a/inbound/tun.go +++ b/inbound/tun.go @@ -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