All Projects → Albert-Zhan → small-proxy

Albert-Zhan / small-proxy

Licence: Apache-2.0 license
Go实现的一个跨平台域名式访问内网穿透工具

Programming Languages

go
31211 projects - #10 most used programming language

Projects that are alternatives of or similar to small-proxy

Mubeng
An incredibly fast proxy checker & IP rotator with ease.
Stars: ✭ 234 (+377.55%)
Mutual labels:  http-proxy
SmartGW
Domain based VPN Gateway/Proxy for all devices
Stars: ✭ 49 (+0%)
Mutual labels:  http-proxy
firefox-secure-proxy
Standalone wrapper for Firefox Private Network
Stars: ✭ 15 (-69.39%)
Mutual labels:  http-proxy
Toxy
Hackable HTTP proxy for resiliency testing and simulated network conditions
Stars: ✭ 2,698 (+5406.12%)
Mutual labels:  http-proxy
httpproxy
一个轻量级HTTP代理,支持shadowsocks服务,方便命令行、开发环境使用。
Stars: ✭ 90 (+83.67%)
Mutual labels:  http-proxy
revp
Reverse HTTP proxy that works on Linux, Windows, and macOS. Made with C++ and Boost.
Stars: ✭ 80 (+63.27%)
Mutual labels:  http-proxy
Skipper
An HTTP router and reverse proxy for service composition, including use cases like Kubernetes Ingress
Stars: ✭ 2,606 (+5218.37%)
Mutual labels:  http-proxy
vex
reverse HTTP proxy tunnel via secure SSH connections.
Stars: ✭ 20 (-59.18%)
Mutual labels:  http-proxy
C-Sharp-Proxy-Server
A proxy server built with c# can be both normal and MITM Proxy
Stars: ✭ 86 (+75.51%)
Mutual labels:  http-proxy
echoIP
显示客户端IP的详细信息
Stars: ✭ 63 (+28.57%)
Mutual labels:  http-proxy
Fasttunnel
NAT 内网穿透 远程内网计算机 域名访问内网站点 反向代理内网服务 花生壳 端口转发 http代理 微信 小程序 expose a local server behind a NAT or firewall to the internet like ngrok and frp. NAT ssh proxy tunnel reverse-proxy
Stars: ✭ 248 (+406.12%)
Mutual labels:  http-proxy
node-proxy
High performance HTTP and reverse proxy server based on Node.js. 基于 Node.js 的高性能 HTTP 及反向代理服务器,类似nginx。
Stars: ✭ 71 (+44.9%)
Mutual labels:  http-proxy
Fiddler-FPlug
Fiddler Plug,Provide Host Mapping、File Mapping、Header Replace、Https to Http、ServerIP、Disable Cache、vConsole、Console Log、JS Inject
Stars: ✭ 30 (-38.78%)
Mutual labels:  http-proxy
Contour
Contour is a Kubernetes ingress controller using Envoy proxy.
Stars: ✭ 2,985 (+5991.84%)
Mutual labels:  http-proxy
web-proxy-script
Minimalist web proxy script
Stars: ✭ 55 (+12.24%)
Mutual labels:  http-proxy
Proxybroker
Proxy [Finder | Checker | Server]. HTTP(S) & SOCKS 🎭
Stars: ✭ 2,767 (+5546.94%)
Mutual labels:  http-proxy
devproxy
A local development http proxy with hosts spoofing written in Go
Stars: ✭ 35 (-28.57%)
Mutual labels:  http-proxy
freeproxy
Get http proxies from some free proxy sites. (爬取免费HTTP代理)
Stars: ✭ 18 (-63.27%)
Mutual labels:  http-proxy
LiveProxies
Asynchronous proxy checker
Stars: ✭ 17 (-65.31%)
Mutual labels:  http-proxy
ProxyChecker
An easy to use open-source, multithreaded Proxy Checker. Allows you to quickly check HTTP and SOCKS proxies in a user friendly GUI, for Windows, Mac OS, Linux.
Stars: ✭ 113 (+130.61%)
Mutual labels:  http-proxy

small-proxy

License

small-proxy是使用反向代理+TCP隧道实现的域名式访问内网穿透,类似花生壳和ngrok代理软件,可用于微信平台和需要域名授权的开发中使用。

small-proxy目前只支持TCP和http代理,暂不支持其他协议。

OpenWrt/LEDE路由器使用可参考本篇文章:OpenWrt/lede免费实现内网穿透

特点

  • 域名式访问内网穿透
  • 支持OpenWrt/LEDE
  • 跨平台(支持交叉编译)
  • 易学习(项目可单独拆分使用)

使用教程

由于篇幅和图片偏多,请移步到本篇文章:Golang实现的域名式访问内网穿透

注意事项

由于github上的目录与go的目录结构有一定冲突,不能使用go get命令进行安装,建议使用git下载或者手动下载源代码,然后执行go build进行编译安装。

License

Apache License Version 2.0 see http://www.apache.org/licenses/LICENSE-2.0.html

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].