Keine Beschreibung

dependabot[bot] 9d8ba56db2 Bump golang.org/x/net from 0.0.0-20210405180319-a5a99cb37ef4 to 0.7.0 vor 2 Jahren
.github d251431baa update android package vor 4 Jahren
bridge 894d0c7503 add tcp keep alive option for signal connections vor 4 Jahren
client f95c25cf73 bump mux version, fix conn.Close block, close #569, close #567, close #542, close #538 vor 4 Jahren
cmd 36d858d1c7 change sdk to block function call, close #480, close #745 vor 4 Jahren
conf f459acdfb4 add custom client disconnect timeout option, close #485 vor 4 Jahren
docs 5107fdfe6c Update nps_extend.md vor 3 Jahren
gui 2b68fbdc13 bump version to 0.26.10, close #595 close #674 vor 4 Jahren
image 933809f939 add work flow vor 5 Jahren
lib 2b68fbdc13 bump version to 0.26.10, close #595 close #674 vor 4 Jahren
server bebb6e989b update psutil vor 4 Jahren
web 4f6b35d38d fix: 🐛 fix wrong api response vor 3 Jahren
.gitattributes 10c7c49f4b Update .gitattributes vor 6 Jahren
.gitignore 5fcbeb60aa feat: go mod supported vor 5 Jahren
.travis.yml bc60a0f184 bump golang to 1.14 vor 4 Jahren
Dockerfile.npc 1c9424c4ba update go version vor 4 Jahren
Dockerfile.nps 1c9424c4ba update go version vor 4 Jahren
LICENSE 886886197d License vor 6 Jahren
Makefile 5fcbeb60aa feat: go mod supported vor 5 Jahren
README.md 63ba9774f9 change build status vor 4 Jahren
README_zh.md 63ba9774f9 change build status vor 4 Jahren
build.android.sh 09e69c7202 change android build script vor 4 Jahren
build.assets.sh a01e0100ed fine ci vor 4 Jahren
build.sh ab648d6f0c Merge pull request #866 from freeoa/master vor 3 Jahren
go.mod 9d8ba56db2 Bump golang.org/x/net from 0.0.0-20210405180319-a5a99cb37ef4 to 0.7.0 vor 2 Jahren
go.sum 9d8ba56db2 Bump golang.org/x/net from 0.0.0-20210405180319-a5a99cb37ef4 to 0.7.0 vor 2 Jahren

README.md

NPS

Gitter Release 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, Synology, 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.