mirror of
https://github.com/shtorm-7/sing-box-extended.git
synced 2026-06-07 03:34:57 +03:00
Add rejected DNS response cache support
This commit is contained in:
@@ -58,6 +58,7 @@ func NewTransport(options dns.TransportOptions) (*Transport, error) {
|
||||
return nil, E.New("missing router in context")
|
||||
}
|
||||
transport := &Transport{
|
||||
options: options,
|
||||
router: router,
|
||||
interfaceName: linkURL.Host,
|
||||
autoInterface: linkURL.Host == "auto",
|
||||
|
||||
Reference in New Issue
Block a user