1
0
mirror of https://github.com/ehang-io/nps synced 2025-10-27 10:08:27 +08:00
nps/docs
ffdfgdfg 03e32ba989
Merge pull request #532 from DeltaXrayDelta/patch-2
新增文档描述:客户端连接超时 disconnect_timeout
2020-05-09 13:58:00 +08:00
..
_coverpage.md bump version to 0.26.7 2020-05-07 23:47:33 +08:00
_navbar.md update docs 2020-03-01 22:25:14 +08:00
_sidebar.md
.nojekyll
api.md
contribute.md
description.md
discuss.md
donate.md
example.md update docs, close #424 2020-03-01 20:35:34 +08:00
faq.md
feature.md Update feature.md 2020-05-09 13:57:35 +08:00
index.html update docs 2020-03-01 22:25:14 +08:00
install.md
introduction.md
logo.png
logo.svg
npc_extend.md
npc_sdk.md
nps_extend.md update docs, close #424 2020-03-01 20:35:34 +08:00
nps_use.md
README.md
run.md add print version 2020-03-05 23:49:24 +08:00
server_config.md 新增配置文件描述:客户端连接超时 disconnect_timeout 2020-05-09 01:29:03 +08:00
thanks.md
use.md
webapi.md
windows_client_service_configuration.png

nps

Gitter Build Status

nps是一款轻量级、高性能、功能强大的内网穿透代理服务器。目前支持tcp、udp流量转发,可支持任何tcp、udp上层协议访问内网网站、本地支付接口调试、ssh访问、远程桌面内网dns解析等等……此外还支持内网http代理、内网socks5代理p2p等并带有功能强大的web管理端。

背景

image

  1. 做微信公众号开发、小程序开发等----> 域名代理模式

  2. 想在外网通过ssh连接内网的机器做云服务器到内网服务器端口的映射----> tcp代理模式

  3. 在非内网环境下使用内网dns或者需要通过udp访问内网机器等----> udp代理模式

  4. 在外网使用HTTP代理访问内网站点----> http代理模式

  5. 搭建一个内网穿透ss在外网如同使用内网vpn一样访问内网资源或者设备----> socks5代理模式