Fix: dhcp client should request special interface
This commit is contained in:
@ -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 {
|
||||
|
Reference in New Issue
Block a user