This commit is contained in:
世界
2025-02-18 17:30:03 +08:00
parent f2d26f5842
commit 00870d2833
17 changed files with 29 additions and 18 deletions

View File

@@ -64,7 +64,7 @@ func NewOutbound(ctx context.Context, router adapter.Router, logger log.ContextL
if err != nil {
return nil, err
}
networkList := options.Network.Build()
networkList := options.Network.Build(option.DefaultIPNetworks)
client, err := hysteria2.NewClient(hysteria2.ClientOptions{
Context: ctx,
Dialer: outboundDialer,