From b71b2cf46dca466256c16ced1ae6bf6288971427 Mon Sep 17 00:00:00 2001 From: Eric Larssen Date: Sat, 13 Aug 2016 09:32:11 -0500 Subject: [PATCH] Add sentence spacing in readme --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index a46fdc8..638f157 100644 --- a/README.md +++ b/README.md @@ -6,14 +6,14 @@ ## What is frp? -frp is a fast reverse proxy to help you expose a local server behind a NAT or firewall to the internet.Now, it supports tcp, http and https protocol when requests can be forwarded by domains to backward web services. +frp is a fast reverse proxy to help you expose a local server behind a NAT or firewall to the internet. Now, it supports tcp, http and https protocol when requests can be forwarded by domains to backward web services. ## Catalog * [What can I do with frp?](#what-can-i-do-with-frp) * [Status](#status) * [Architecture](#architecture) -* [Example Usage](#example-usage) +* [Example Usage](#example-usage) * [Communicate with your computer in LAN by SSH](#communicate-with-your-computer-in-lan-by-ssh) * [Visit your web service in LAN by custom domains](#visit-your-web-service-in-lan-by-custom-domains) * [Features](#features) @@ -37,9 +37,9 @@ frp is a fast reverse proxy to help you expose a local server behind a NAT or fi ## Status -frp is under development and you can try it with latest release version.Master branch for releasing stable version when dev branch for developing. +frp is under development and you can try it with latest release version. Master branch for releasing stable version when dev branch for developing. -**We may change any protocol and can't promise backward compatible.Please check the release log when upgrading.** +**We may change any protocol and can't promise backward compatible. Please check the release log when upgrading.** ## Architecture @@ -286,9 +286,9 @@ This feature is fit for a large number of short connections. 2. Enable and specify the number of connection pool: - ```ini + ```ini # frpc.ini - [ssh] + [ssh] type = tcp local_port = 22 pool_count = 10 @@ -300,7 +300,7 @@ When forwarding to a local port, frp does not modify the tunneled HTTP requests ```ini # frpc.ini -[web] +[web] privilege_mode = true type = http local_port = 80