Fix: dhcp client should request special interface

This commit is contained in:
Dreamacro
2021-10-05 13:31:19 +08:00
parent 4f1fac02ab
commit b9d470cf79
4 changed files with 21 additions and 11 deletions

View File

@ -302,8 +302,9 @@ func (r *Resolver) asyncExchange(ctx context.Context, client []dnsClient, msg *D
}
type NameServer struct {
Net string
Addr string
Net string
Addr string
Interface string
}
type FallbackFilter struct {