Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/germey/adslproxypool
Adsl Proxy Pool
https://github.com/germey/adslproxypool
Last synced: 11 days ago
JSON representation
Adsl Proxy Pool
- Host: GitHub
- URL: https://github.com/germey/adslproxypool
- Owner: Germey
- Created: 2017-05-17T08:04:33.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-05-31T14:52:17.000Z (over 6 years ago)
- Last Synced: 2024-10-11T23:16:50.396Z (26 days ago)
- Language: Python
- Size: 11.7 KB
- Stars: 135
- Watchers: 6
- Forks: 68
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
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
```