Update README.md

This commit is contained in:
he liu 2018-11-29 23:38:42 +08:00 committed by GitHub
parent 85366a87b4
commit 95e2db7a38
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,12 +5,12 @@
## 目录
1. [背景](https://github.com/cnlh/easyProxy/README.md#背景)
2. [安装](https://github.com/cnlh/easyProxy/README.md#安装)
2. [http代理请求](https://github.com/cnlh/easyProxy/README.md#http代理请求)
3. [tcp隧道模式](https://github.com/cnlh/easyProxy/README.md#tcp隧道模式)
4. [sock5代理模式](https://github.com/cnlh/easyProxy/README.md#sock5代理模式)
5. [操作系统支持](https://github.com/cnlh/easyProxy/README.md#操作系统支持)
1. [背景](#背景)
2. [安装](#安装)
2. [http代理请求](#http代理请求)
3. [tcp隧道模式](#tcp隧道模式)
4. [sock5代理模式](#sock5代理模式)
5. [操作系统支持](#操作系统支持)
## 背景
我有一个小程序的需求但是小程序的数据源必须从内网才能抓取到但是又苦于内网服务器没有公网ip所以只能内网穿透了。