Lines Matching refs:to
4 Long: connect-to
6 Help: Connect to host2 instead of host1
14 - --connect-to example.com:443:example.net:8443 $URL
17 # `--connect-to`
19 For a request intended for the `HOST1:PORT1` pair, connect to `HOST2:PORT2`
20 instead. This option is only used to establish the network connection. It does
28 A hostname specified to this option is compared as a string, so it needs to
32 Example: redirect connects from the example.com hostname to 127.0.0.1
35 curl --connect-to example.com::127.0.0.1: https://example.com/
37 Example: redirect connects from all hostnames to 127.0.0.1 independently of
40 curl --connect-to ::127.0.0.1: http://example.com/