Revert LRU cache changes

This commit is contained in:
世界
2023-04-22 08:14:44 +08:00
parent fa3349b737
commit 2b77afc9de
9 changed files with 19 additions and 21 deletions

View File

@@ -167,7 +167,7 @@ func (t *Tun) Start() error {
UDPTimeout: t.udpTimeout,
Handler: t,
Logger: t.logger,
UnderPlatform: t.platformInterface != nil,
ForwarderBindInterface: t.platformInterface != nil,
})
if err != nil {
return err