From 2e98777f82a592f78106dd1c15cddf234216c921 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 ee2f5a65..e5342355 100644 --- a/inbound/tun.go +++ b/inbound/tun.go @@ -178,6 +178,7 @@ func (t *Tun) Start() error { Handler: t, Logger: t.logger, ForwarderBindInterface: t.platformInterface != nil, + InterfaceFinder: t.router.InterfaceFinder(), }) if err != nil { return err