zmap / zgrab2

Fast Go Application Scanner
Other
1.71k stars 294 forks source link

Support user-specified DNS server for dialer #419

Closed developStorm closed 4 months ago

developStorm commented 5 months ago

Offer an application-level option to specify the default DNS server in conn.go:Dialer. This would enable users to select a DNS resolver with greater capacity, reducing the load on the local DNS and mitigating errors (e.g. #342) that may arise from specifying too many input domains.