名称变革

This commit is contained in:
刘河
2019-02-03 12:18:10 +08:00
parent da899fd3db
commit 73c297df8e
4 changed files with 46 additions and 46 deletions

View File

@@ -1,11 +1,11 @@
<div class="row">
<div class="col-md-12">
<div class="tile">
<iframe src="https://ghbtns.com/github-btn.html?user=cnlh&repo=easyProxy&type=star&count=true&size=large"
<iframe src="https://ghbtns.com/github-btn.html?user=cnlh&repo=nps&type=star&count=true&size=large"
frameborder="0" scrolling="0" width="160px" height="30px"></iframe>
<iframe src="https://ghbtns.com/github-btn.html?user=cnlh&repo=easyProxy&type=watch&count=true&size=large&v=2"
<iframe src="https://ghbtns.com/github-btn.html?user=cnlh&repo=nps&type=watch&count=true&size=large&v=2"
frameborder="0" scrolling="0" width="160px" height="30px"></iframe>
<iframe src="https://ghbtns.com/github-btn.html?user=cnlh&repo=easyProxy&type=fork&count=true&size=large"
<iframe src="https://ghbtns.com/github-btn.html?user=cnlh&repo=nps&type=fork&count=true&size=large"
frameborder="0" scrolling="0" width="158px" height="30px"></iframe>
</div>
</div>
@@ -30,7 +30,7 @@
<li>在客户端管理中创建一个客户端记录下验证密钥</li>
<li>点击该客户端的域名管理添加两条规则规则1域名a.proxy.com内网目标127.0.0.1:812域名b.proxy.com内网目标127.0.0.1:82</li>
<li>内网客户端运行<code>
<pre>./proxy_client server={{.ip}}:{{.p}} -vkey=客户端的密钥</pre>
<pre>./npc server={{.ip}}:{{.p}} -vkey=客户端的密钥</pre>
</code></pre></li>
<li>现在访问a.proxy.comb.proxy.com即可成功</li>
</ul>
@@ -53,7 +53,7 @@
<ul>
<li>在客户端管理中创建一个客户端记录下验证密钥</li>
<li>内网客户端运行<code>
<pre>./proxy_client server={{.ip}}:{{.p}} -vkey=客户端的密钥</pre>
<pre>./npc server={{.ip}}:{{.p}} -vkey=客户端的密钥</pre>
</code></pre>
</li>
<li>在该客户端隧道管理中添加一条tcp隧道填写监听的端口8001内网目标ip和目标端口10.1.50.101:22选择压缩方式保存</li>
@@ -75,7 +75,7 @@
<ul>
<li>在客户端管理中创建一个客户端记录下验证密钥</li>
<li>内网客户端运行<code>
<pre>./proxy_client server={{.ip}}:{{.p}} -vkey=客户端的密钥</pre>
<pre>./npc server={{.ip}}:{{.p}} -vkey=客户端的密钥</pre>
</code></pre>
</li>
<li>在该客户端的隧道管理中添加一条udp隧道填写监听的端口53内网目标ip和目标端口10.1.50.102:53选择压缩方式保存</li>
@@ -99,7 +99,7 @@
<ul>
<li>在客户端管理中创建一个客户端记录下验证密钥</li>
<li>内网客户端运行<code>
<pre>./proxy_client server={{.ip}}:{{.p}} -vkey=客户端的密钥</pre>
<pre>./npc server={{.ip}}:{{.p}} -vkey=客户端的密钥</pre>
</code></pre>
</li>
<li>在该客户端隧道管理中添加一条socks5代理填写监听的端口8003验证用户名和密码自行选择建议先不填部分客户端不支持proxifer支持选择压缩方式保存</li>
@@ -121,7 +121,7 @@
<ul>
<li>在客户端管理中创建一个客户端记录下验证密钥</li>
<li>内网客户端运行<code>
<pre>./proxy_client server={{.ip}}:{{.p}} -vkey=客户端的密钥</pre>
<pre>./npc server={{.ip}}:{{.p}} -vkey=客户端的密钥</pre>
</code></pre>
</li>
<li>在该客户端隧道管理中添加一条http代理填写监听的端口8004选择压缩方式保存</li>