option: Fix marshal legacy DNS options

This commit is contained in:
世界 2025-03-15 15:58:12 +08:00
parent 477c1c32f8
commit f33287c50f
No known key found for this signature in database
GPG key ID: CD109927C34A63C4
8 changed files with 79 additions and 37 deletions

View file

@ -42,7 +42,7 @@ func NewUDP(ctx context.Context, logger log.ContextLogger, tag string, options o
if err != nil {
return nil, err
}
serverAddr := options.ServerOptions.Build()
serverAddr := options.DNSServerAddressOptions.Build()
if serverAddr.Port == 0 {
serverAddr.Port = 53
}