mirror of
https://github.com/daeuniverse/dae.git
synced 2025-07-30 06:39:55 +07:00
* fix: bad ipversion selection caused by #251 * chore: upgrade softwind
This commit is contained in:
@ -1,8 +1,8 @@
|
||||
package dialer
|
||||
|
||||
import (
|
||||
"github.com/mzz2017/softwind/netproxy"
|
||||
softwindDirect "github.com/mzz2017/softwind/protocol/direct"
|
||||
"github.com/daeuniverse/softwind/netproxy"
|
||||
softwindDirect "github.com/daeuniverse/softwind/protocol/direct"
|
||||
)
|
||||
|
||||
func NewDirectDialer(option *GlobalOption, fullcone bool) (netproxy.Dialer, *Property) {
|
||||
|
Reference in New Issue
Block a user