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

@@ -52,7 +52,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)
var password string
if options.AuthString != "" {
password = options.AuthString