curl / Mailing Lists / curl-users / Single Mail
Buy commercial curl support from WolfSSL. We help you work out your issues, debug your libcurl applications, use the API, port to new platforms, add new features and more. With a team lead by the curl founder himself.

Obtain the real public IP address of mine with curl when using the socks5 proxy to access the corresponding api.

From: Hongyi Zhao via curl-users <curl-users_at_cool.haxx.se>
Date: Sun, 24 Jan 2021 23:05:38 +0800

Hi,

See the following testings on my Ubuntu 20.10 host:

$ curl https://api.ipify.org/
106.9.179.116
$ curl -x socks5://127.0.0.1:18888 https://api.ipify.org
103.138.74.44

I want to know if I still can obtain my real public IP address with
curl even using the socks5 proxy to access the corresponding API. Is
this possible?

Regards,
-- 
Assoc. Prof. Hongyi Zhao <hongyi.zhao_at_gmail.com>
Theory and Simulation of Materials
Hebei Polytechnic University of Science and Technology engineering
NO. 552 North Gangtie Road, Xingtai, China
-----------------------------------------------------------
Unsubscribe: https://cool.haxx.se/list/listinfo/curl-users
Etiquette:   https://curl.haxx.se/mail/etiquette.html
Received on 2021-01-24