mirror of
https://github.com/arch3rPro/1Panel-Appstore.git
synced 2026-05-05 06:33:39 +08:00
Remake Repository
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
CONTAINER_NAME="npc"
|
||||
NPS_SERVER_ADDR="1.2.3.4:8025"
|
||||
NPS_VKEY="xly7traGe3r0t6UWltristuh1"
|
||||
TLS_ENABLE_SWITCH="true"
|
||||
@@ -0,0 +1,22 @@
|
||||
additionalProperties:
|
||||
formFields:
|
||||
- default: 1.2.3.4:8025
|
||||
edit: true
|
||||
envKey: NPS_SERVER_ADDR
|
||||
labelEn: NPS server address
|
||||
labelZh: NPS 服务端地址
|
||||
required: true
|
||||
type: text
|
||||
- default: "xly7traGe3r0t6UWltristuh1"
|
||||
edit: true
|
||||
envKey: NPS_VKEY
|
||||
labelEn: Client connection key displayed by the server
|
||||
labelZh: 服务端显示的客户端连接密钥
|
||||
required: true
|
||||
rule: paramCommon
|
||||
type: text
|
||||
values:
|
||||
- label: "True"
|
||||
value: "true"
|
||||
- label: "False"
|
||||
value: "false"
|
||||
@@ -0,0 +1,9 @@
|
||||
services:
|
||||
npc:
|
||||
image: duan2001/npc:v0.29.21
|
||||
restart: always
|
||||
network_mode: "host"
|
||||
command: -server=${NPS_SERVER_ADDR} -vkey=${NPS_VKEY}
|
||||
container_name: ${CONTAINER_NAME}
|
||||
labels:
|
||||
createdBy: "Apps"
|
||||
@@ -0,0 +1,33 @@
|
||||
|
||||
# nps
|
||||
nps是一款轻量级、高性能、功能强大的**内网穿透**代理服务器。目前支持**tcp、udp流量转发**,可支持任何**tcp、udp**上层协议(访问内网网站、本地支付接口调试、ssh访问、远程桌面,内网dns解析等等……),此外还**支持内网http代理、内网socks5代理**、**p2p等**,并带有功能强大的web管理端。
|
||||
|
||||
## 说明
|
||||
|
||||
由于[nps](https://github.com/ehang-io/nps)已经有二年多的时间没有更新了,存留了不少bug和未完善的功能。
|
||||
|
||||
此版本基于 nps 0.26 的基础上二次开发而来。
|
||||
|
||||
|
||||
## 背景
|
||||

|
||||
|
||||
1. 做微信公众号开发、小程序开发等----> 域名代理模式
|
||||
|
||||
2. 想在外网通过ssh连接内网的机器,做云服务器到内网服务器端口的映射,----> tcp代理模式
|
||||
|
||||
3. 在非内网环境下使用内网dns,或者需要通过udp访问内网机器等----> udp代理模式
|
||||
|
||||
4. 在外网使用HTTP代理访问内网站点----> http代理模式
|
||||
|
||||
5. 搭建一个内网穿透ss,在外网如同使用内网vpn一样访问内网资源或者设备----> socks5代理模式
|
||||
## 特点
|
||||
- 协议支持全面,兼容几乎所有常用协议,例如tcp、udp、http(s)、socks5、p2p、http代理...
|
||||
- 全平台兼容(linux、windows、macos、群辉等),支持一键安装为系统服务
|
||||
- 控制全面,同时支持服务端和客户端控制
|
||||
- https集成,支持将后端代理和web服务转成https,同时支持多证书
|
||||
- 操作简单,只需简单的配置即可在web ui上完成其余操作
|
||||
- 展示信息全面,流量、系统信息、即时带宽、客户端版本等
|
||||
- 扩展功能强大,该有的都有了(缓存、压缩、加密、流量限制、带宽限制、端口复用等等)
|
||||
- 域名解析具备自定义header、404页面配置、host修改、站点保护、URL路由、泛解析等功能
|
||||
- 服务端支持多用户和用户注册功能
|
||||
@@ -0,0 +1,22 @@
|
||||
name: NPC
|
||||
tags:
|
||||
- 工具
|
||||
title: 内网穿透代理服务器 NPS 的客户端
|
||||
description: 内网穿透代理服务器 NPS 的客户端,基于 nps 0.26 的基础上由djylb二次开发
|
||||
additionalProperties:
|
||||
key: npc
|
||||
name: NPC
|
||||
tags:
|
||||
- Tool
|
||||
shortDescZh: 内网穿透代理服务器 NPS 的客户端
|
||||
shortDescEn: Intranet Penetrating Proxy Server NPS Client
|
||||
description:
|
||||
zh: 内网穿透代理服务器 NPS 的客户端
|
||||
en: Intranet Penetrating Proxy Server NPS Client
|
||||
type: tool
|
||||
crossVersionUpdate: true
|
||||
limit: 1
|
||||
recommend: 0
|
||||
website: https://ehang-io.github.io/nps
|
||||
github: https://github.com/djylb/nps
|
||||
document: https://ehang-io.github.io/nps
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 2.1 KiB |
Reference in New Issue
Block a user