NPS内网穿透
nps介绍nps一款轻量级、高性能、功能强大的内网穿透代理服务器。支持tcp、udp、socks5、http等几乎所有流量转发,可用来访问内网网站、本地支付接口调试、ssh访问、远程桌面,内网dns解析、内网socks5代理等等……,并带有功能强大的web管理端
安装NPS服务端1、下载NPS安装包
server的是服务端,有client的是客户端
wget https://github.com/ehang-io/nps/releases/download/v0.26.10/linux_amd64_server.tar.gz
2.解压缩安装包
tar -zxvf linux_amd64_server.tar.gz
3.执行安装命令
#linuxsudo ./nps install #安装nps start #启动nps stop #停止#windows管理员身份运行cmdnps.exe install
nps默认配置文件使用了80,443,8080,8024端口80与443端口为域名解析模式默认端口8080为web管理访问端口8024为网桥端口,用于客户端与服务器通信
4、修 ...
Hello World
Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hexo, you can find the answer in troubleshooting or you can ask me on GitHub.
Quick StartCreate a new post$ hexo new "My New Post"
More info: Writing
Run server$ hexo server
More info: Server
Generate static files$ hexo generate
More info: Generating
Deploy to remote sites$ hexo deploy
More info: Deployment