lwthiker / curl-impersonate

curl-impersonate: A special build of curl that can impersonate Chrome & Firefox
MIT License
3.46k stars 229 forks source link

--dns-servers #121

Open vladtreny opened 1 year ago

vladtreny commented 1 year ago
curl: option --dns-servers: the installed libcurl version doesn't support this
curl: try 'curl --help' for more information

^ Getting this error with flag --dns-servers=1.1.1.1

Looks curl has changed something or issue in curl itself

vladtreny commented 1 year ago

looks like need to compile with this flag --enable-ares

lwthiker commented 1 year ago

We should add the optional ability to our configure script to add this flag.