This commit is contained in:
世界 2022-08-24 18:56:17 +08:00
parent b2bb9b3d2a
commit e5c59fc756
No known key found for this signature in database
GPG key ID: CD109927C34A63C4
3 changed files with 31 additions and 16 deletions

View file

@ -6,6 +6,7 @@ import (
"net"
E "github.com/sagernet/sing/common/exceptions"
"gvisor.dev/gvisor/pkg/tcpip"
"gvisor.dev/gvisor/pkg/tcpip/adapters/gonet"
)