
How to use Shadowrocket on iPhone?
This article introduces how to use Shadowrocket on the iPhone, taking the connection to YiLuProxy as an example. This tutorial is also applicable to IOS devices such as iPads, and you can quickly connect to IPs in different countries just by scanning a QR code. 1.Click the scan icon on the upper left of Shadowrocket2. YiLuProxy dynamic proxy IP Select the desired location, then generate it, click an IP, and a QR code will appear in the lower right corner.YiLuProxy provides dynamic residential...

Best Turkey Proxy Online For Accessing Blocked Sites In 2023
With rapidly increasing restrictions and updated iterations and revolutions on the internet, the use of proxy servers has been a popular trend for users to access blocked websites or platforms, such as Amazon, Google, Facebook, and eBay. Proxy servers work by routing internet traffic through a server located in another IP address, making users bypass Geo-restrictions by masking the IP address. It is really a smart way for users to break the limitation and get browsing or operate online easily...

Use YiLu Proxy in Android Emulator
----BlueStacks/NoxPlayer/GameLoop/AndY/MEmu Play. Some users on android emulators always need to get proxies for a better gaming experience. Today editor will share with you how to set YiLu proxy in android emulators. 1.Take one computer as a server, install Yilu Proxy on it. 2. Install v2rayNG or similar APPs on Android Emulator (BlueStacks/NoxPlayer/GameLoop/AndY/MEmu Play) Device. v2rayNG Android Download Link: https://github.com/2dust/v2rayNG/tags Note:When we use YiLu static IP, the v2ra...
YiLu Proxy - yilu.us is a Socks5 proxy server with 90M+ rotating residential proxies and datacenter proxies IP addresses.

How to use Shadowrocket on iPhone?
This article introduces how to use Shadowrocket on the iPhone, taking the connection to YiLuProxy as an example. This tutorial is also applicable to IOS devices such as iPads, and you can quickly connect to IPs in different countries just by scanning a QR code. 1.Click the scan icon on the upper left of Shadowrocket2. YiLuProxy dynamic proxy IP Select the desired location, then generate it, click an IP, and a QR code will appear in the lower right corner.YiLuProxy provides dynamic residential...

Best Turkey Proxy Online For Accessing Blocked Sites In 2023
With rapidly increasing restrictions and updated iterations and revolutions on the internet, the use of proxy servers has been a popular trend for users to access blocked websites or platforms, such as Amazon, Google, Facebook, and eBay. Proxy servers work by routing internet traffic through a server located in another IP address, making users bypass Geo-restrictions by masking the IP address. It is really a smart way for users to break the limitation and get browsing or operate online easily...

Use YiLu Proxy in Android Emulator
----BlueStacks/NoxPlayer/GameLoop/AndY/MEmu Play. Some users on android emulators always need to get proxies for a better gaming experience. Today editor will share with you how to set YiLu proxy in android emulators. 1.Take one computer as a server, install Yilu Proxy on it. 2. Install v2rayNG or similar APPs on Android Emulator (BlueStacks/NoxPlayer/GameLoop/AndY/MEmu Play) Device. v2rayNG Android Download Link: https://github.com/2dust/v2rayNG/tags Note:When we use YiLu static IP, the v2ra...
YiLu Proxy - yilu.us is a Socks5 proxy server with 90M+ rotating residential proxies and datacenter proxies IP addresses.

Subscribe to YiLu Proxy

Subscribe to YiLu Proxy
<100 subscribers
<100 subscribers
Share Dialog
Share Dialog


How to Use cURL with Proxy?
cURL is a command line tool for sending and receiving data using the URL. When you enter a URL that blocked for your location or you want to hide your IP address, you need to connect proxy for cURL. Next, let’s learn how to use cURL with Yilu proxy.
1. Download and install cURL.
A. Download cURL
cURL official website download URL: https://curl.se/download.html
cURL supports Windows, Linux, macOS, and here I use Windows-64bit.

B. Unzip the file.


C. Configure environment variables
a. Right-click this PC, click "Properties".

b. Enter "Advanced system settings".

c. Enter "Advanced", click "Environment Variables".

d. Add a new user variable.
-Click "New"
-Enter new user variable name: CURL_HOME
-Enter variable value: enter the CURL bin file installation directory, here is
D:\Software\curl-8.0.1_7-win64-mingw\bin
-Click "OK" to save.

e. Edit system variable path.
-Select the Path variable
-Click "Edit"
-Click "New"
-Enter "%CURL_HOME%\I386"
-Click "OK" to save.

D. Check cURL installation status.
On the computer keyboard, press "Windows" and "R" at the same time to open "Run" box.
Then enter "cmd", and click "OK" to open [Command Prompt].

Enter "curl --version" to check the installation status.
If some curl information appears, that means the CURL’s installation has been successful.

2. cURL set proxy commands.
This is a cURL command with proxy:
-x, --proxy [protocol://]host[:port]
Here I use "https:ipinfo.io" to test the proxy IP address.
We can use curl -x or curl --proxy to set proxy.
For example: the following two CURL commands are the same.
curl -x "http://username:password@ip:port" "https://ipinfo.io"
or
curl --proxy "http://username:password@ip:port" "https://ipinfo.io"
cURL default proxy protocol type is HTTP.
For example: the following two cURL commands are the same.
curl -x "http://username:password@ip:port" "https://ipinfo.io"
or
curl -x "username:password@ip:port" "https://ipinfo.io"
If you want to ignore or bypass proxy, use cURL noproxy command:
curl --noproxy "*" "https://ipinfo.io"
Here are some cURL commands to connect YiLuProxy different types of IPs.

The following content is cURL with proxy example, including set cURL HTTP proxy and cURL Socks5 proxy. Here I use YiLu Proxy as cURL proxy, and it supports Socks5 and HTTP protocols.
A. Username and password authorization (For YiLu Proxy dynamic IP and mobile IP)
①
curl -x "http://username:password@ip:port" "https://ipinfo.io"
a. On the YiLu Proxy [Residential IPs] or [Pro Mobile IP] tab;
b. Select a YiLu Proxy IP type: dynamic rotating residential IP or datacenter IP, mobile IP, or Pro residential IP;
c. Select the [username:password@IP:port] format;
d. Set the number of generating IPs;
e. Select a country, state, and city;
f. Refresh;
g. Right-click an IP;
h. Copy IP and Port;
i. Enter the curl proxy command; press Enter.

②
curl -x "username:password@ip:port" "https://ipinfo.io"

③
curl --proxy "http://username:password@ip:port" "https://ipinfo.io"

④
curl --proxy "username:password@ip:port" "https://ipinfo.io"

⑤
curl -x "socks5://username:password@ip:port" "https://ipinfo.io"

⑥
curl --proxy "socks5://username:password@ip:port" "https://ipinfo.io"

⑦
curl --socks5 "ip:port" "https://ipinfo.io" --proxy-user username:password

B. Local port forward (for all YiLu Proxy IPs).
During using the proxy forward port, YiLuProxy client must be running.
For local port forwarding detailed tutorial, please view https://yilu.us/configuration/yilu-proxy-ip-use-tutorial.
⑧
curl --socks5 "127.0.0.1:port" "https://ipinfo.io"


⑨
curl --proxy "socks5://127.0.0.1:port" "https://ipinfo.io"


curl -x "socks5://127.0.0.1:port" "https://ipinfo.io".


The article is from
How to Use cURL with Proxy?
cURL is a command line tool for sending and receiving data using the URL. When you enter a URL that blocked for your location or you want to hide your IP address, you need to connect proxy for cURL. Next, let’s learn how to use cURL with Yilu proxy.
1. Download and install cURL.
A. Download cURL
cURL official website download URL: https://curl.se/download.html
cURL supports Windows, Linux, macOS, and here I use Windows-64bit.

B. Unzip the file.


C. Configure environment variables
a. Right-click this PC, click "Properties".

b. Enter "Advanced system settings".

c. Enter "Advanced", click "Environment Variables".

d. Add a new user variable.
-Click "New"
-Enter new user variable name: CURL_HOME
-Enter variable value: enter the CURL bin file installation directory, here is
D:\Software\curl-8.0.1_7-win64-mingw\bin
-Click "OK" to save.

e. Edit system variable path.
-Select the Path variable
-Click "Edit"
-Click "New"
-Enter "%CURL_HOME%\I386"
-Click "OK" to save.

D. Check cURL installation status.
On the computer keyboard, press "Windows" and "R" at the same time to open "Run" box.
Then enter "cmd", and click "OK" to open [Command Prompt].

Enter "curl --version" to check the installation status.
If some curl information appears, that means the CURL’s installation has been successful.

2. cURL set proxy commands.
This is a cURL command with proxy:
-x, --proxy [protocol://]host[:port]
Here I use "https:ipinfo.io" to test the proxy IP address.
We can use curl -x or curl --proxy to set proxy.
For example: the following two CURL commands are the same.
curl -x "http://username:password@ip:port" "https://ipinfo.io"
or
curl --proxy "http://username:password@ip:port" "https://ipinfo.io"
cURL default proxy protocol type is HTTP.
For example: the following two cURL commands are the same.
curl -x "http://username:password@ip:port" "https://ipinfo.io"
or
curl -x "username:password@ip:port" "https://ipinfo.io"
If you want to ignore or bypass proxy, use cURL noproxy command:
curl --noproxy "*" "https://ipinfo.io"
Here are some cURL commands to connect YiLuProxy different types of IPs.

The following content is cURL with proxy example, including set cURL HTTP proxy and cURL Socks5 proxy. Here I use YiLu Proxy as cURL proxy, and it supports Socks5 and HTTP protocols.
A. Username and password authorization (For YiLu Proxy dynamic IP and mobile IP)
①
curl -x "http://username:password@ip:port" "https://ipinfo.io"
a. On the YiLu Proxy [Residential IPs] or [Pro Mobile IP] tab;
b. Select a YiLu Proxy IP type: dynamic rotating residential IP or datacenter IP, mobile IP, or Pro residential IP;
c. Select the [username:password@IP:port] format;
d. Set the number of generating IPs;
e. Select a country, state, and city;
f. Refresh;
g. Right-click an IP;
h. Copy IP and Port;
i. Enter the curl proxy command; press Enter.

②
curl -x "username:password@ip:port" "https://ipinfo.io"

③
curl --proxy "http://username:password@ip:port" "https://ipinfo.io"

④
curl --proxy "username:password@ip:port" "https://ipinfo.io"

⑤
curl -x "socks5://username:password@ip:port" "https://ipinfo.io"

⑥
curl --proxy "socks5://username:password@ip:port" "https://ipinfo.io"

⑦
curl --socks5 "ip:port" "https://ipinfo.io" --proxy-user username:password

B. Local port forward (for all YiLu Proxy IPs).
During using the proxy forward port, YiLuProxy client must be running.
For local port forwarding detailed tutorial, please view https://yilu.us/configuration/yilu-proxy-ip-use-tutorial.
⑧
curl --socks5 "127.0.0.1:port" "https://ipinfo.io"


⑨
curl --proxy "socks5://127.0.0.1:port" "https://ipinfo.io"


curl -x "socks5://127.0.0.1:port" "https://ipinfo.io".


The article is from
No activity yet