This commit is contained in:
euphrat1ca 2021-03-23 00:16:27 +08:00
parent be86c900cc
commit 8a043c19bd
2 changed files with 2 additions and 1 deletions

View File

@ -1,7 +1,7 @@
# 代理映射穿透
- https://www.freebuf.com/sectool/249572.html //正确的上网方式软路由入门指南。techteach。
- https://github.com/fatedier/frp //Golang。用于内网穿透的高性能的反向代理应用多协议支持支持点对点穿透范围端口映射。greatjob,25k。G:;todzhang/lcx/;G:/uknowsec/frpModify //公众号:FRP改造计划;--
- https://github.com/cnlh/nps //Go。内网穿透代理服务器。支持tcp、udp流量转发支持内网http代理、内网socks5代理同时支持snappy压缩、站点保护、加密传输、多路复用、header修改等。WebGUI,多用户。GOODJOB。
- https://github.com/cnlh/nps //Go。内网穿透代理服务器。支持tcp、udp流量转发支持内网http代理、内网socks5代理同时支持snappy压缩、站点保护、加密传输、多路复用、header修改等。WebGUI,多用户。GOODJOB。G:/stealth/psc;--
## 流量代理
- https://github.com/litespeedtech //轻量级高并发web框架自带waf/管理后台/模板等。类比nginx。W:openlitespeed.org;--
- http://openresty.org/ //基于Nginx+Lua的高性能 Web 平台

View File

@ -74,6 +74,7 @@
### Golang开发
- https://github.com/voidint/g //gvm Golang版本管理控制。设置国内镜像源环境变量`"G_MIRROR" -> https://golang.google.cn/dl/`。
- https://goproxy.io/zh/ //go镜像源国内库加速。W:goproxy.cn/;--
- https://docs.microsoft.com/zh-cn/learn/paths/go-first-steps/ //微软Go学习教材。goodjob。
- https://books.studygolang.com/gopl-zh/ //GO语言圣经中文版
- https://github.com/chai2010/advanced-go-programming-book //GO语言高级编程
- https://github.com/Quorafind/golang-developer-roadmap-cn //Go 开发者的路线图