mirror of https://github.com/qwqdanchun/nps.git
commit
5390e965a9
12
README.md
12
README.md
|
@ -3,6 +3,7 @@
|
||||||
![](https://img.shields.io/github/stars/cnlh/nps.svg) ![](https://img.shields.io/github/forks/cnlh/nps.svg)
|
![](https://img.shields.io/github/stars/cnlh/nps.svg) ![](https://img.shields.io/github/forks/cnlh/nps.svg)
|
||||||
[![Gitter](https://badges.gitter.im/cnlh-nps/community.svg)](https://gitter.im/cnlh-nps/community?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge)
|
[![Gitter](https://badges.gitter.im/cnlh-nps/community.svg)](https://gitter.im/cnlh-nps/community?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge)
|
||||||
[![Build Status](https://travis-ci.org/cnlh/nps.svg?branch=master)](https://travis-ci.org/cnlh/nps)
|
[![Build Status](https://travis-ci.org/cnlh/nps.svg?branch=master)](https://travis-ci.org/cnlh/nps)
|
||||||
|
![GitHub All Releases](https://img.shields.io/github/downloads/cnlh/nps/total)
|
||||||
|
|
||||||
nps是一款轻量级、高性能、功能强大的**内网穿透**代理服务器。目前支持**tcp、udp流量转发**,可支持任何**tcp、udp**上层协议(访问内网网站、本地支付接口调试、ssh访问、远程桌面,内网dns解析等等……),此外还**支持内网http代理、内网socks5代理**、**p2p等**,并带有功能强大的web管理端。
|
nps是一款轻量级、高性能、功能强大的**内网穿透**代理服务器。目前支持**tcp、udp流量转发**,可支持任何**tcp、udp**上层协议(访问内网网站、本地支付接口调试、ssh访问、远程桌面,内网dns解析等等……),此外还**支持内网http代理、内网socks5代理**、**p2p等**,并带有功能强大的web管理端。
|
||||||
|
|
||||||
|
@ -19,7 +20,18 @@ nps是一款轻量级、高性能、功能强大的**内网穿透**代理服务
|
||||||
4. 在外网使用HTTP代理访问内网站点----> http代理模式
|
4. 在外网使用HTTP代理访问内网站点----> http代理模式
|
||||||
|
|
||||||
5. 搭建一个内网穿透ss,在外网如同使用内网vpn一样访问内网资源或者设备----> socks5代理模式
|
5. 搭建一个内网穿透ss,在外网如同使用内网vpn一样访问内网资源或者设备----> socks5代理模式
|
||||||
|
## 特点
|
||||||
|
- 协议支持全面,兼容几乎所有常用协议,例如tcp、udp、http(s)、socks5、p2p、http代理...
|
||||||
|
- 全平台兼容(linux、windows、macos、群辉等),支持一键安装为系统服务
|
||||||
|
- 控制全面,同时支持服务端和客户端控制
|
||||||
|
- https集成,支持将后端代理和web服务转成https,同时支持多证书
|
||||||
|
- 操作简单,只需简单的配置即可在web ui上完成其余操作
|
||||||
|
- 展示信息全面,流量、系统信息、即时带宽、客户端版本等
|
||||||
|
- 扩展功能强大,该有的都有了(缓存、压缩、加密、流量限制、带宽限制、端口复用等等)
|
||||||
|
- 域名解析具备自定义header、404页面配置、host修改、站点保护、URL路由、泛解析等功能
|
||||||
|
- 服务端支持多用户和用户注册功能
|
||||||
|
|
||||||
|
**没找到你想要的功能?不要紧,点击[进入文档](https://cnlh.github.io/nps/)查找吧**
|
||||||
## 快速开始
|
## 快速开始
|
||||||
|
|
||||||
### 安装
|
### 安装
|
||||||
|
|
|
@ -1,13 +1,15 @@
|
||||||
![logo](logo.svg)
|
![logo](logo.svg)
|
||||||
|
|
||||||
# NPS <small>0.25.1</small>
|
# NPS <small>0.25.2</small>
|
||||||
|
|
||||||
> 一款轻量级、高性能、功能强大的内网穿透代理服务器
|
> 一款轻量级、高性能、功能强大的内网穿透代理服务器
|
||||||
|
|
||||||
- 支持tcp、udp流量转发
|
- 几乎支持所有协议
|
||||||
- 支持内网http代理、内网socks5代理、p2p
|
- 支持内网http代理、内网socks5代理、p2p等
|
||||||
- 简洁方便的WEB管理界面
|
- 简洁但功能强大的WEB管理界面
|
||||||
- 服务端控制
|
- 支持服务端、客户端同时控制
|
||||||
|
- 扩展功能强大
|
||||||
|
- 全平台兼容,一键注册为服务
|
||||||
|
|
||||||
|
|
||||||
[GitHub](https://github.com/cnlh/nps/)
|
[GitHub](https://github.com/cnlh/nps/)
|
||||||
|
|
Loading…
Reference in New Issue