<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/curl.git/docs/cmdline-opts/resolve.d, branch bagder/https-proxy-tests</title>
<subtitle>github.com: bagder/curl.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/'/>
<entry>
<title>tool: shorten 3 --help descriptions</title>
<updated>2020-05-13T14:37:22+00:00</updated>
<author>
<name>Daniel Stenberg</name>
<email>daniel@haxx.se</email>
</author>
<published>2020-05-12T07:13:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=cd3537116342d43e78c8648ca744ad97ebca075f'/>
<id>cd3537116342d43e78c8648ca744ad97ebca075f</id>
<content type='text'>
--happy-eyeballs-timeout-ms, --resolve and --ssl-revoke-best-effort

gen.pl already warned about these lines but we didn't listen

Closes #5379
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
--happy-eyeballs-timeout-ms, --resolve and --ssl-revoke-best-effort

gen.pl already warned about these lines but we didn't listen

Closes #5379
</pre>
</div>
</content>
</entry>
<entry>
<title>hostip: support wildcard hosts</title>
<updated>2018-12-27T13:23:53+00:00</updated>
<author>
<name>Claes Jakobsson</name>
<email>claes.jakobsson@trustly.com</email>
</author>
<published>2018-12-27T13:23:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=d8cae791f47c90f1f1c2b4d052c3e64a3919d92d'/>
<id>d8cae791f47c90f1f1c2b4d052c3e64a3919d92d</id>
<content type='text'>
This adds support for wildcard hosts in CURLOPT_RESOLVE. These are
try-last so any non-wildcard entry is resolved first. If specified,
any host not matched by another CURLOPT_RESOLVE config will use this
as fallback.

Example send a.com to 10.0.0.1 and everything else to 10.0.0.2:
  curl --resolve *:443:10.0.0.2 --resolve a.com:443:10.0.0.1 \
       https://a.com https://b.com

This is probably quite similar to using:
  --connect-to a.com:443:10.0.0.1:443 --connect-to :443:10.0.0.2:443

Closes #3406
Reviewed-by: Daniel Stenberg &lt;daniel@haxx.se&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This adds support for wildcard hosts in CURLOPT_RESOLVE. These are
try-last so any non-wildcard entry is resolved first. If specified,
any host not matched by another CURLOPT_RESOLVE config will use this
as fallback.

Example send a.com to 10.0.0.1 and everything else to 10.0.0.2:
  curl --resolve *:443:10.0.0.2 --resolve a.com:443:10.0.0.1 \
       https://a.com https://b.com

This is probably quite similar to using:
  --connect-to a.com:443:10.0.0.1:443 --connect-to :443:10.0.0.2:443

Closes #3406
Reviewed-by: Daniel Stenberg &lt;daniel@haxx.se&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>CURLOPT_RESOLVE: Add support for multiple IP addresses per entry</title>
<updated>2018-02-20T09:24:28+00:00</updated>
<author>
<name>Anders Bakken</name>
<email>agbakken@gmail.com</email>
</author>
<published>2018-01-31T00:33:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=50d1b3379a818df00c6382d68e2e39977cc96cd6'/>
<id>50d1b3379a818df00c6382d68e2e39977cc96cd6</id>
<content type='text'>
This enables users to preresolve but still take advantage of happy
eyeballs and trying multiple addresses if some are not connecting.

Ref: https://github.com/curl/curl/pull/2260
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This enables users to preresolve but still take advantage of happy
eyeballs and trying multiple addresses if some are not connecting.

Ref: https://github.com/curl/curl/pull/2260
</pre>
</div>
</content>
</entry>
<entry>
<title>resolve: allow IP address within [] brackets</title>
<updated>2017-11-17T14:26:08+00:00</updated>
<author>
<name>Daniel Stenberg</name>
<email>daniel@haxx.se</email>
</author>
<published>2017-11-17T10:21:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=715f1f53e0cf8ce5dc6f31f4ac6677f36e1927dc'/>
<id>715f1f53e0cf8ce5dc6f31f4ac6677f36e1927dc</id>
<content type='text'>
... so that IPv6 addresses can be passed like they can for connect-to
and how they're used in URLs.

Added test 1324 to verify
Reported-by: Alex Malinovich

Fixes #2087
Closes #2091
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
... so that IPv6 addresses can be passed like they can for connect-to
and how they're used in URLs.

Added test 1324 to verify
Reported-by: Alex Malinovich

Fixes #2087
Closes #2091
</pre>
</div>
</content>
</entry>
<entry>
<title>cmdline-opts: more command line options documented</title>
<updated>2016-11-27T23:50:25+00:00</updated>
<author>
<name>Daniel Stenberg</name>
<email>daniel@haxx.se</email>
</author>
<published>2016-11-27T23:50:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=5c4a526388e5d45f332d241b03114eaff98c53ce'/>
<id>5c4a526388e5d45f332d241b03114eaff98c53ce</id>
<content type='text'>
Moved over to the new format
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Moved over to the new format
</pre>
</div>
</content>
</entry>
</feed>
