Без опису

ffdfgdfg ccb6bafb93 pkg tidy 5 роки тому
.github f352ee8f39 Update issue templates 5 роки тому
bridge b4f72d295e change server global value to concurrency safety, fix #315 5 роки тому
client f522bdb6ee fix client use http proxy 5 роки тому
cmd b6d6fedca2 add print version 5 роки тому
conf 533dd083fe pprof configuration support, #382 5 роки тому
docs a296e0733f bump version to 0.26.5 5 роки тому
gui 6bd853b6f6 update AndroidManifest.xml, fix #439 5 роки тому
image 933809f939 add work flow 5 роки тому
lib a296e0733f bump version to 0.26.5 5 роки тому
server 8dabf5af1d fix:#433 5 роки тому
web 4b39a94d88 Update add.html 5 роки тому
.gitattributes 10c7c49f4b Update .gitattributes 6 роки тому
.gitignore 5fcbeb60aa feat: go mod supported 5 роки тому
.travis.yml 4f5d575aa4 Update .travis.yml 5 роки тому
Dockerfile.npc aec1a25557 Freeze docker image golang version to 1.13.8 5 роки тому
Dockerfile.nps aec1a25557 Freeze docker image golang version to 1.13.8 5 роки тому
LICENSE 886886197d License 6 роки тому
Makefile 5fcbeb60aa feat: go mod supported 5 роки тому
README.md 2d81bdc286 update docs 5 роки тому
README_zh.md 7f38e1fa0d update docs, close #424 5 роки тому
build.android.sh 0fc993aeb5 bump fyne version 5 роки тому
build.sh 3cdd228d36 add npc linux sdk 5 роки тому
go.mod ccb6bafb93 pkg tidy 5 роки тому
go.sum ccb6bafb93 pkg tidy 5 роки тому

README.md

NPS

Gitter Build Status GitHub All Releases

README|中文文档

NPS is a lightweight, high-performance, powerful intranet penetration proxy server, with a powerful web management terminal.

image

Feature

  • Comprehensive protocol support, compatible with almost all commonly used protocols, such as tcp, udp, http(s), socks5, p2p, http proxy ...
  • Full platform compatibility (linux, windows, macos, Qunhui, etc.), support installation as a system service simply.
  • Comprehensive control, both client and server control are allowed.
  • Https integration, support to convert backend proxy and web services to https, and support multiple certificates.
  • Just simple configuration on web ui can complete most requirements.
  • Complete information display, such as traffic, system information, real-time bandwidth, client version, etc.
  • Powerful extension functions, everything is available (cache, compression, encryption, traffic limit, bandwidth limit, port reuse, etc.)
  • Domain name resolution has functions such as custom headers, 404 page configuration, host modification, site protection, URL routing, and pan-resolution.
  • Multi-user and user registration support on server.

Didn't find the feature you want? It doesn't matter, click Enter the document to find it!

Quick start

Installation

releases

Download the corresponding system version, the server and client are separate.

Server start

After downloading the server compressed package, unzip it, and then enter the unzipped folder.

  • execute installation command

For linux、darwin sudo ./nps install

For windows, run cmd as administrator and enter the installation directory nps.exe install

  • default ports

The default configuration file of nps use 80,443,8080,8024 ports

80 and 443 ports for host mode default ports

8080 for web management access port

8024 for net bridge port, to communicate between server and client

  • start up

For linux、darwin sudo nps start

For windows, run cmd as administrator and enter the program directory nps.exe start

After installation, the windows configuration file is located at C:\Program Files\nps, linux or darwin is located at /etc/nps

If you don't find it started successfully, you can check the log (Windows log files are located in the current running directory, linux and darwin are located in /var/log/nps.log).

  • Access server IP:web service port (default is 8080).
  • Login with username and password (default is admin/123, must be modified when officially used).
  • Create a client.

Client connection

  • Click the + sign in front of the client in web management and copy the startup command.
  • Execute the startup command, Linux can be executed directly, Windows will replace ./npc with npc.exe and execute it with cmd.

If you need to register to the system service, you can check Register to the system service

Configuration

  • After the client connects, configure the corresponding penetration service in the web.
  • For more advanced usage, see Complete Documentation

Contribution

  • If you encounter a bug, you can submit it to the dev branch directly.
  • If you encounter a problem, you can feedback through the issue.
  • The project is under development, and there is still a lot of room for improvement. If you can contribute code, please submit PR to the dev branch.
  • If there is feedback on new features, you can feedback via issues or qq group.