mirror of
https://github.com/SagerNet/sing-box.git
synced 2025-04-04 20:37:37 +03:00
Improve local dns transport
This commit is contained in:
parent
b0c39ac7ff
commit
90a94a8c63
3 changed files with 4 additions and 4 deletions
|
@ -234,7 +234,7 @@ func NewRouter(ctx context.Context, logger log.ContextLogger, dnsLogger log.Cont
|
|||
}
|
||||
if defaultTransport == nil {
|
||||
if len(transports) == 0 {
|
||||
transports = append(transports, &dns.LocalTransport{})
|
||||
transports = append(transports, dns.NewLocalTransport(dialer.NewRouter(router)))
|
||||
}
|
||||
defaultTransport = transports[0]
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue