mirror of https://github.com/ehang-io/nps
readme
parent
21de0a0ada
commit
ddeae71bc7
|
@ -36,6 +36,7 @@ go语言编写,无第三方依赖,各个平台都已经编译在release中
|
|||
* [udp隧道](#udp隧道)
|
||||
* [socks5代理](#socks5代理)
|
||||
* [http正向代理](#http正向代理)
|
||||
* [关闭http|https代理](#关闭代理)
|
||||
* 单隧道模式及介绍
|
||||
* [tcp隧道模式](#tcp隧道模式)
|
||||
* [udp隧道模式](#udp隧道模式)
|
||||
|
@ -218,7 +219,9 @@ httpProxyPort | http代理监听端口
|
|||
- 在该客户端隧道管理中添加一条http代理,填写监听的端口(8004),选择压缩方式,保存。
|
||||
- 在外网环境的本机配置http代理,ip为公网服务器ip(127.0.0.1),端口为填写的监听端口(8004),即可访问了
|
||||
|
||||
### 关闭代理
|
||||
|
||||
在默认配置文件中,开启80端口作为http监听端口,开启443作为https端口,如需关闭http可在配置文件中将httpProxyPort设置为空,,如需关闭https可在配置文件中将httpsProxyPort设置为空,
|
||||
|
||||
## tcp隧道模式
|
||||
|
||||
|
|
Loading…
Reference in New Issue