Nps

原文英文,约100词,阅读约需1分钟。发表于:

A lightweight, high-performance, powerful intranet penetration proxy server, with a powerful web management terminal. 服务端 nps 下载 conf 文件夹 并解压上传。 yaml title="compose.yaml" version: "3" services: nps_server: image: ffdfgdfg/nps restart: always network_mode: "host" volumes: - ${DIR}/conf:/conf 客户端 npc yaml title="compose.yaml" version: "3" services: web_server: image: nginx container_name: web_server expose: - "80" - "443" nps_client: image: geektr/nps environment: - NPS_SERVER=aika.geektr.co:8024 - NPS_VKEY=xxxxxxxxxxxxxxxx restart: always docker run -d --name npc --net=host ffdfgdfg/npc -server=nginx.wiki-power.com:4000 -vkey=z2begrxvhk35cmni

介绍内网穿透代理服务器Nps及其配置方法,服务端需上传conf文件夹,客户端需配置compose.yaml文件,设置NPS_SERVER和NPS_VKEY参数。

Nps
相关推荐 去reddit讨论