
Hands-on guide to installing a proxy server on your computer
Recently, a lot of friends asked how to get a proxy server for the computer, this thing is not difficult to say, but novice easy to step on the pit. Today, we will take the guys commonly used Windows and Mac systems to give a chestnut, and incidentally recommended a reliable proxy service provider ipipgo. let's start with the basic setup, followed by FAQ, remember to see the end.
I. Windows System Configuration Guide
There is absolutely nothing wrong with operating in this order:
1. Press and hold theWin+ISummoning Settings Panel
2. Tap onNetworks and Internetoptions (as in computer software settings)
3. Find on the left menuact on behalf of sb. in a responsible positiontabs
4. Fill in the fields for manual proxy setupipipgo gave you the address and port.
5. Finally, click Save and you're done.
As an example configure the parameters:
Address bar: gateway.ipipgo.net
Port: 8080
Authentication information: check in ipipgo background
Second, Mac system configuration secret
The Apple system is slightly different:
1. Upper left cornerLittle Apple IconTap System Preferences
2. FindingreticulationIcon double-click to enter
3. Select the current network pointhigh levelbuttons
4. Switch toact on behalf of sb. in a responsible positiontabs
5. Check the corresponding protocol type to fill in the parameters
This is the time to pay special attention:
- Use an HTTP proxy to fill in the address of the web browser.
- If you need a global proxy, choose the SOCKS5 protocol.
- Remember that after each changereconnect to the network
Third, how to pick the agent service provider
This is a must-have for home use.ipipgoThe specialty of this house is three words:Steady, fast and completeThe dynamic residential IP is especially suitable for the scenes that require frequent switching. Their dynamic residential IP is particularly suitable for scenes that require frequent switching, like data collection such work with the standard version of the package, combined down to 1GB of traffic is only more than 7 dollars.
| Package Type | Applicable Scenarios | Price advantage |
|---|---|---|
| Dynamic residential (standard) | Web browsing/data collection | 7.67 Yuan/GB |
| Dynamic Residential (Business) | Batch Account Management | 9.47 Yuan/GB |
| Static homes | Long-term fixed IP requirements | 35 yuan/month |
iv. guide to demining common problems
Q: What should I do if I can't open the webpage with the proxy?
A: First check the four elements: IP address, port, protocol type, account password. Eighty percent of the port is written wrong or not open authentication
Q: Sudden slowdown in agent speed?
A: Try cutting to ipipgo's TK line, or change the node to a different geographic location. Sometimes it's the local carriers jerking around
Q: What if I need to open more than one agent at the same time?
A: We recommend using ipipgo's client tool, which can directly do line diversion. The free version supports up to 5 lines running at the same time
V. Essential skills for high-level players
1. The need for precisely targeted selectionStatic Residential IPI've got a high rate of success in registering accounts and stuff.
2. do crawl remember to add random switching proxy module in the code, so it is not easy to be blocked!
3. ipipgo background can directly generate code snippets, copy and paste can be used
Python sample code:
import requests
proxies = {
'http': 'http://user:pass@gateway.ipipgo.net:8080',
'https': 'http://user:pass@gateway.ipipgo.net:8080'
}
resp = requests.get('destination URL', proxies=proxies)
One final rant:Proxy setup is not a one-offIf you are using a dynamic IP, it is safer to update your configuration every now and then. If you run into problems that you can't solve, you can call ipipgo's technical support directly, they have people online 24 hours a day.

