From c5c89a251971186cbae60555be11b226277463ad Mon Sep 17 00:00:00 2001 From: fatedier Date: Fri, 4 May 2018 23:12:23 +0800 Subject: [PATCH] doc: update --- README.md | 21 --------------------- README_zh.md | 23 ----------------------- 2 files changed, 44 deletions(-) diff --git a/README.md b/README.md index ca1ed5c..488cde7 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,6 @@ frp is a fast reverse proxy to help you expose a local server behind a NAT or fi * [Expose a simple http file server](#expose-a-simple-http-file-server) * [Expose your service in security](#expose-your-service-in-security) * [P2P Mode](#p2p-mode) - * [Connect website through frpc's network](#connect-website-through-frpcs-network) * [Features](#features) * [Configuration File](#configuration-file) * [Dashboard](#dashboard) @@ -333,26 +332,6 @@ Now it can't penetrate all types of NAT devices. You can try **stcp** if **xtcp* `ssh -oPort=6000 test@127.0.0.1` -### Connect website through frpc's network - -Configure frps same as above. - -1. Start frpc with configurations: - - ```ini - # frpc.ini - [common] - server_addr = x.x.x.x - server_port = 7000 - - [http_proxy] - type = tcp - remote_port = 6000 - plugin = http_proxy # or socks5 - ``` - -2. Set http proxy or socks5 proxy `x.x.x.x:6000` in your browser and visit website through frpc's network. - ## Features ### Configuration File diff --git a/README_zh.md b/README_zh.md index ee11011..7556060 100644 --- a/README_zh.md +++ b/README_zh.md @@ -21,7 +21,6 @@ frp 是一个可用于内网穿透的高性能的反向代理应用,支持 tcp * [对外提供简单的文件访问服务](#对外提供简单的文件访问服务) * [安全地暴露内网服务](#安全地暴露内网服务) * [点对点内网穿透](#点对点内网穿透) - * [通过 frpc 所在机器访问外网](#通过-frpc-所在机器访问外网) * [功能说明](#功能说明) * [配置文件](#配置文件) * [Dashboard](#dashboard) @@ -348,28 +347,6 @@ frp 提供了一种新的代理类型 **xtcp** 用于应对在希望传输大量 `ssh -oPort=6000 test@127.0.0.1` -### 通过 frpc 所在机器访问外网 - -frpc 内置了 http proxy 和 socks5 插件,可以使其他机器通过 frpc 的网络访问互联网。 - -frps 的部署步骤同上。 - -1. 启动 frpc,启用 http_proxy 或 socks5 插件(plugin 换为 socks5 即可), 配置如下: - - ```ini - # frpc.ini - [common] - server_addr = x.x.x.x - server_port = 7000 - - [http_proxy] - type = tcp - remote_port = 6000 - plugin = http_proxy - ``` - -2. 浏览器设置 http 或 socks5 代理地址为 `x.x.x.x:6000`,通过 frpc 机器的网络访问互联网。 - ## 功能说明 ### 配置文件