From 95e2db7a3854869bb72dcb43c316a0544d07550e Mon Sep 17 00:00:00 2001 From: he liu <40694320+cnlh@users.noreply.github.com> Date: Thu, 29 Nov 2018 23:38:42 +0800 Subject: [PATCH] Update README.md --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 2ce4572..4bf292e 100644 --- a/README.md +++ b/README.md @@ -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,所以只能内网穿透了。