fix ws listener

This commit is contained in:
ginuerzh
2025-08-05 00:13:48 +08:00
parent b597467858
commit fd9dc6408a
4 changed files with 10 additions and 10 deletions
+1 -1
View File
@@ -38,7 +38,7 @@ func (*defaultRoute) Dial(ctx context.Context, network, address string, opts ...
netd := dialer.Dialer{
Interface: options.Interface,
Netns: options.Netns,
Logger: options.Logger,
Log: options.Logger,
}
if options.SockOpts != nil {
netd.Mark = options.SockOpts.Mark