Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
up
  • Loading branch information
Moexin committed Apr 11, 2018
1 parent 42cb928 commit c8b8650
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion blog/atom.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?><feed xmlns="http://www.w3.org/2005/Atom">
<title>Moexin&#39;s Blog</title>
<id>https://98k.li/blog</id>
<updated>2018-04-11T22:02:22+08:00</updated>
<updated>2018-04-11T22:05:57+08:00</updated>
<subtitle>心若浮沉,浅笑安然。一期一会,世当珍惜。</subtitle>
<link href="https://98k.li/blog"></link>
<author>
Expand Down
2 changes: 1 addition & 1 deletion blog/index.json

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ <h1 class="title">老毛子Padavan固件使用Frp进行内网穿透实战教程<
</section>
<article class="content"><h2>缘起</h2>

<p>一直在用老毛子Padavan固件,然而近期有一个需要在外网访问内网某资源的需求,然后看到老毛子固件集成了Ngrok,然后使用小宝的一键安装搞半天还是没成,一怒之下去各种找替代Ngrok的方案。一不小心在GitHub上找到一个小清新,那就是Frp(<a href="https://github.com/fatedier/frp)作者也是因为受不了Ngrok,然后自己整了这个方案。">https://github.com/fatedier/frp)作者也是因为受不了Ngrok,然后自己整了这个方案。</a></p>
<p>一直在用老毛子Padavan固件,然而近期有一个需要在外网访问内网某资源的需求,然后看到老毛子固件集成了Ngrok,然后使用小宝的一键安装搞半天还是没成,一怒之下去各种找替代Ngrok的方案。一不小心在GitHub上找到一个小清新,那就是Frp(<a href="https://github.com/fatedier/frp">https://github.com/fatedier/frp</a>)作者也是因为受不了Ngrok,然后自己整了这个方案。</p>

<h2>Frp方案优势</h2>

Expand All @@ -92,7 +92,7 @@ <h2>Frp方案优势</h2>

<h3>服务端:</h3>

<p>最新版本下载地址:<a href="https://github.com/fatedier/frp/releases">https://github.com/fatedier/frp/releases</a>
<p>最新版本下载地址:<a href="https://github.com/fatedier/frp/releases">https://github.com/fatedier/frp/releases</a><br />
我们以v0.16.1版本在一台装有Debian8 x64系统的VPS为例。</p>

<p>首先拉取Frp v0.16.1版本的压缩包</p>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ preview: Frp 是一个可用于内网穿透的高性能的反向代理应用,
---

## 缘起
一直在用老毛子Padavan固件,然而近期有一个需要在外网访问内网某资源的需求,然后看到老毛子固件集成了Ngrok,然后使用小宝的一键安装搞半天还是没成,一怒之下去各种找替代Ngrok的方案。一不小心在GitHub上找到一个小清新,那就是Frp(https://github.com/fatedier/frp)作者也是因为受不了Ngrok,然后自己整了这个方案。
一直在用老毛子Padavan固件,然而近期有一个需要在外网访问内网某资源的需求,然后看到老毛子固件集成了Ngrok,然后使用小宝的一键安装搞半天还是没成,一怒之下去各种找替代Ngrok的方案。一不小心在GitHub上找到一个小清新,那就是Frp([https://github.com/fatedier/frp](https://github.com/fatedier/frp))作者也是因为受不了Ngrok,然后自己整了这个方案。
## Frp方案优势

1. 作者已经编译了各平台的二进制包,无需自己编译。
Expand All @@ -20,9 +20,9 @@ preview: Frp 是一个可用于内网穿透的高性能的反向代理应用,

不夸了,各位自己看作者的帮助就好,中文帮助在此:https://github.com/fatedier/frp/blob/master/README_zh.md
### 服务端:
最新版本下载地址:https://github.com/fatedier/frp/releases
最新版本下载地址:https://github.com/fatedier/frp/releases
我们以v0.16.1版本在一台装有Debian8 x64系统的VPS为例。

首先拉取Frp v0.16.1版本的压缩包
``` lsl
wget https://github.com/fatedier/frp/releases/download/v0.16.1/frp_0.16.1_linux_amd64.tar.gz
Expand Down

0 comments on commit c8b8650

Please sign in to comment.