fix: bad ipversion selection caused by #251 (#257)

* fix: bad ipversion selection caused by #251

* chore: upgrade softwind
This commit is contained in:
mzz
2023-08-05 18:18:21 +08:00
committed by GitHub
parent 4d615205c0
commit a6382423a4
43 changed files with 110 additions and 93 deletions

View File

@ -17,8 +17,8 @@ import (
"github.com/daeuniverse/dae/common/consts"
"github.com/daeuniverse/dae/component/outbound/dialer"
"github.com/daeuniverse/dae/component/sniffing"
"github.com/mzz2017/softwind/netproxy"
"github.com/mzz2017/softwind/pkg/zeroalloc/io"
"github.com/daeuniverse/softwind/netproxy"
"github.com/daeuniverse/softwind/pkg/zeroalloc/io"
"github.com/sirupsen/logrus"
"golang.org/x/sys/unix"
)