Isona/dirble

Support for CURLOPT_RESOLVE

sciguy16 opened this issue · 0 comments

The CURLOPT_RESOLVE option instructs libcurl to override DNS lookups for particular (or all) hostnames. This would be useful when scanning a server that requires SNI but does not have a public DNS record, as an alternative to modifying /etc/hosts.

See also libcurl does not base SNI on the Host header