Skip to content

cURL: Use HTTP Proxy

Christian edited this page May 13, 2023 · 1 revision

Create the file ~/.curlrc:

proxy = example.com:8080

Enter the hostname or IP-address and port number of your proxy.

Clone this wiki locally