CoLee 5107fdfe6c Update nps_extend.md 3 vuotta sitten
..
.nojekyll 8a28d243df init docs 5 vuotta sitten
README.md 196c08cb32 change ci address 5 vuotta sitten
_coverpage.md 2b68fbdc13 bump version to 0.26.10, close #595 close #674 4 vuotta sitten
_navbar.md 7014f91864 update docs 5 vuotta sitten
_sidebar.md 72c695de4a update docs 5 vuotta sitten
api.md 72c695de4a update docs 5 vuotta sitten
contribute.md c759ceff49 cahnge md 5 vuotta sitten
description.md 109821b068 remove duplicated description 5 vuotta sitten
discuss.md 73d6c1dc1c change md 5 vuotta sitten
donate.md 5d7023f055 change docs path 5 vuotta sitten
example.md 7f38e1fa0d update docs, close #424 5 vuotta sitten
faq.md acb4e50ee7 Update p2p tips (#408) 5 vuotta sitten
feature.md 3674a99c8c Update feature.md 4 vuotta sitten
index.html 7014f91864 update docs 5 vuotta sitten
install.md 72c695de4a update docs 5 vuotta sitten
introduction.md 5d7023f055 change docs path 5 vuotta sitten
logo.png 32ce0e3dd6 change logo.png 5 vuotta sitten
logo.svg 73d6c1dc1c change md 5 vuotta sitten
npc_extend.md 77c4a0cea4 fix #409, support custom stun server 5 vuotta sitten
npc_sdk.md 36d858d1c7 change sdk to block function call, close #480, close #745 4 vuotta sitten
nps_extend.md 5107fdfe6c Update nps_extend.md 3 vuotta sitten
nps_use.md ed68410220 Update nps_use.md 5 vuotta sitten
run.md b6d6fedca2 add print version 5 vuotta sitten
server_config.md 75d13b0649 Update server_config.md 4 vuotta sitten
thanks.md 73d6c1dc1c change md 5 vuotta sitten
use.md 73e63027db Update use.md 4 vuotta sitten
webapi.md 72c695de4a update docs 5 vuotta sitten
windows_client_service_configuration.png 66133d6cbb update docs 5 vuotta sitten

README.md

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代理模式