mirror of https://github.com/qwqdanchun/nps.git
no message
This commit is contained in:
parent
eccc221e67
commit
4e6754deb9
|
@ -34,7 +34,7 @@ go语言编写,无第三方依赖,各个平台都已经编译在release中
|
|||
* [http|https域名解析](#域名解析)
|
||||
* [tcp隧道](#tcp隧道)
|
||||
* [udp隧道](#udp隧道)
|
||||
* [sock5代理](#sock5代理)
|
||||
* [socks5代理](#socks5代理)
|
||||
* [http正向代理](#http正向代理)
|
||||
* 单隧道模式及介绍
|
||||
* [tcp隧道模式](#tcp隧道模式)
|
||||
|
@ -185,7 +185,7 @@ httpProxyPort | http代理监听端口
|
|||
- 在该客户端的隧道管理中添加一条udp隧道,填写监听的端口(53)、内网目标ip和目标端口(10.1.50.102:53),选择压缩方式,保存。
|
||||
- 修改本机dns为127.0.0.1,则相当于使用10.1.50.202作为dns服务器
|
||||
|
||||
#### sock5代理
|
||||
#### socks5代理
|
||||
|
||||
|
||||
**适用范围:** 在外网环境下如同使用vpn一样访问内网设备或者资源
|
||||
|
|
Loading…
Reference in New Issue