
Hands-on with cmd to play with global proxies
Today let's nag how to use windows comes with cmd command line to get the global agent. Don't be intimidated by the three words "command line", in fact, just a few simple commands, much faster than in the settings menu to flip around. The point is that if you want to use a proxy ip, we recommend using ipipgo's service, and we'll talk more about why we chose it later.
Why do I need to set up a proxy from the command line?
Many partners are accustomed to changing the proxy in the system settings, but when it comes to frequent ip switching will be blind. There are three major benefits of using the command line:One-click switching without the hassle,Batch operation saves time,Hide settings for greater security. Especially for those who do data collection, using cmd with ipipgo's dynamic residential proxy, the speed of changing ip can be several times faster.
Core Commands Revealed
Remember these two universal commands (replace the example ip with your own):
:: Setting the Proxy
reg add "HKCUSoftwareMicrosoftWindowsCurrentVersionInternet Settings" /v ProxyEnable /t REG_DWORD /d 1 /f
reg add "HKCUSoftwareMicrosoftWindowsCurrentVersionInternet Settings" /v ProxyServer /t REG_SZ /d 123.45.67.89:8080 /f
:: Close the proxy
reg add "HKCUSoftwareMicrosoftWindowsCurrentVersionInternet Settings" /v ProxyEnable /t REG_DWORD /d 0 /f
Note that the proxy address of ipipgo depends on the type of package: dynamic residential usegateway.ipipgo.io:portStatic residentialstatic.ipipgo.io:port, the specific port is checked in the user backend.
Verify that the proxy is in effect
Don't think you're done after setting it up, these three tips will teach you to check:
1. Run curl -I http://ipinfo.io/ip in cmd to see the ip returned.
2. Visit the "My ip" page on the ipipgo website.
3. run netsh winhttp show proxy
If you find that the ip hasn't changed, first check theProxy Address Format(don't bring http://), then confirmWhether the account is in arrearsThe most important thing to remember is that you can use ipipgo to monitor your traffic in real time. If you use ipipgo, they have real-time traffic monitoring in the background, much more accurate than the detection that comes with the system.
Common Rollover Scene Rescue
Organized a few common potholes that newbies step into:
Q: What can I do if I can't open the webpage after setting up?
A: Ninety percent of the port is not right, ipipgo different packages port is not the same, the enterprise version of the port 9000, the standard version of the 8000
Q: Why does the proxy always disconnect automatically?
A: Dynamic residential ip default 5 minutes to change once, need a fixed ip to buy static residential packages
Q: Some software doesn't use proxy?
A: Add this to cmd: set http_proxy=http://用户名:密码@proxy ip:port
Why do you recommend ipipgo?
To tell you a personal experience: before using other agents always encounteredip blocked,slowThe situation. Later on, I switched to ipipgo's dynamic residential proxy, mainly because of two things: one is that his ip pool is large enough (90 million +), and the other is that it supports theCity-level positioningThe data collection success rate is directly doubled. When doing localization business, you can accurately get the ip of Shanghai, Guangzhou and these specific cities, and the success rate of data collection is directly doubled.
Their static residential agent is more suitable for the need for long-term stable ip scene, such as hanging number. Recently the new TikTok solution is also quite bull, with the dedicated line they give with the synchronization script, the single number of playback from a few hundred directly rushed to 10w +.
Lastly, a reminder: buy packages based on the amount of business to choose, small-scale testing with theDynamic residential (standard)Enterprise-class data collection directly onDynamic Residential (Business)Package. Don't be cheap and buy a low-end package, when the ip quality is not good instead of delaying things.

