Is there a way to execute cURL requests through a VPN such as OpenVPN or PPTP?
I’m aware that i can use a proxy, But a VPN is different.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
cURL simply uses the operating system’s network stack, and does not implement TCP (or lower-level protocols) itself.
Therefore, it works fine with when the operating system is configured to route network communication through a virtual adapter, no matter how that adapter is implemented.