
This trick really works! Single Window Standalone IP Configuration Guide
Recently, a number of friends asked, how to give each browser window individually with a different IP. this thing is not difficult to say, the key to find the right tools and methods. Let's take the most common Firefox as a chestnut, hand in hand to teach everyone to understand.
First of all, there must be a reliable proxy IP service, here is the recommendedipipgo's dynamic residential packagesThe actual fact is that they are not the only ones who have a lot of money in their pocket. Their home 7 more than 1 G of traffic, randomly open dozens of windows are not with meat pain. After getting the API interface, first in the background to generate an exclusive proxy link spare.
Python Sample Code
import requests
proxy = {
'http': 'http://用户名:密码@gateway.ipipgo.com:端口', 'https': 'http://用户名:密码@gateway.ipipgo.com:端口'
'https': 'http://用户名:密码@gateway.ipipgo.com:端口'
}
response = requests.get('http://ipinfo.io', proxies=proxy)
print(response.text)
Four Steps to Real-World Operation
1. First, enter the following in the address bar of your browserabout:profilesIf you want to create a new profile, click Create New Profile. Create a separate folder for each window. Don't be lazy on this one!
2. Open the configuration file directory and create a newprefs.jsDocumentation. Here's the kicker, stuff this configuration in:
user_pref("network.proxy.type", 1);
user_pref("network.proxy.http", "gateway.ipipgo.com");
user_pref("network.proxy.http_port", your port number); user_pref("network.proxy.http_port", "gateway.ipipgo.com");
user_pref("network.proxy.ssl", "gateway.ipipgo.com"); user_pref("network.proxy.ssl", "gateway.ipipgo.com");
user_pref("network.proxy.ssl_port", your port number);
3. Parameterizing the browser at startup--no-remote -P Configuration file name. Suggest writing a batch script that opens different windows with a double click
4. Before each startup remember to go toipipgo backstageGet a new IP so that each window is a separate address
A guide to avoiding the pitfalls
| common problems | method settle an issue |
|---|---|
| fail to connect to sb's IP address | Check account balance, dynamic residential IP default 15 minutes auto switching |
| Browser alerts are not secure | Precede the proxy address with http://username:password@ |
| slow down | Switching ipipgo's TK line or international line packages |
Why do you recommend ipipgo?
There are three great things about their family's dynamic residential IP:
1. SupportHTTP/HTTPS/Socks5 Tri-ProtocolsSwitching, adapting to various software environments
2. Local IPs from more than 200 countries around the world, so you can pretend to be from any country you want!
3. Provide ready-to-use client tools, even for beginners.One Click IP Change
See here for package price comparison:
- Dynamic residential (standard): $7.67/GB/month → suitable for individual users
- Dynamic Residential (Enterprise): $9.47/GB/month → with exclusive API channel
- Static Residential: $35/IP/month → First choice for long term business
Frequently Asked Questions
Q: Can I open 10 windows at the same time with different IPs?
A: No problem at all! As long as the computer configuration to keep up, open 100 can be. Suggest using ipipgo's enterprise package, API can batch obtain IP!
Q: How do I verify if the IP is active?
A: Visit the "IP Query" page on the ipipgo website, the address displayed in each window should be different.
Q: What should I do if the proxy suddenly fails?
A: First check the account status, then click "Emergency Replacement Channel" in the client. ipipgo's response speed is very fast, basically within 5 minutes!
One last rant, remember to turn off your antivirus program when configuring. Some security programs will intercept proxy requests, especially if you use a static residential IP. If you don't understand anything, just ask ipipgo for technical support, their 1v1 service is quite reliable.

