Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/germey/adslproxypool

Adsl Proxy Pool
https://github.com/germey/adslproxypool

Last synced: 11 days ago
JSON representation

Adsl Proxy Pool

Awesome Lists containing this project

README

        

# ADSL拨号服务器代理设置

更优的选择:https://github.com/Python3WebSpider/AdslProxy

## 服务端

服务端即远程主机

### 安装Python

Python3版本

### 安装库

```
pip3 install redis tornado
```

### Clone项目

```
git clone https://github.com/Germey/ADSLProxyPool.git
```

### 安装Redis

安装Redis并启动服务

### 修改配置

```
cd server
vi config.py
```

根据注释修改配置文件

### 运行

根目录运行

```
python3 server.py
```

## 客户端

客户端即拨号主机

### 安装Python

Python3版本

### 安装库

```
pip3 install requests
```

### Clone项目

```
git clone https://github.com/Germey/ADSLProxyPool.git
```

### 修改配置

```
cd server
vi config.py
```

根据注释修改配置文件

### 运行

根目录运行

```
python3 client.py
```