All Projects → pibigstar → Go Proxy

pibigstar / Go Proxy

用Go写一个内网穿透工具

Programming Languages

go
31211 projects - #10 most used programming language

Labels

Projects that are alternatives of or similar to Go Proxy

Noginx
High performance HTTP and reverse proxy server based on Node.js. 基于 Node.js 的高性能 HTTP 及反向代理服务器,类似nginx。
Stars: ✭ 53 (-22.06%)
Mutual labels:  proxy
Snmpfwd
SNMP Proxy Forwarder
Stars: ✭ 58 (-14.71%)
Mutual labels:  proxy
Class Logger
Boilerplate-free decorator-based class logging
Stars: ✭ 64 (-5.88%)
Mutual labels:  proxy
Python Design Patterns
Python Design Patterns
Stars: ✭ 55 (-19.12%)
Mutual labels:  proxy
Buff
A proxy tool for macOS.
Stars: ✭ 57 (-16.18%)
Mutual labels:  proxy
Mr2
Mr.2 can help you expose local server to external network. Support both TCP/UDP, of course support HTTP. Zero-Configuration.
Stars: ✭ 1,102 (+1520.59%)
Mutual labels:  proxy
Mockserver Client Node
MockServer javascript client for browsers, Node.js or any grunt build
Stars: ✭ 52 (-23.53%)
Mutual labels:  proxy
Proxify
Swiss Army knife Proxy tool for HTTP/HTTPS traffic capture, manipulation, and replay on the go.
Stars: ✭ 1,153 (+1595.59%)
Mutual labels:  proxy
Http Proxy Middleware
⚡ The one-liner node.js http-proxy middleware for connect, express and browser-sync
Stars: ✭ 8,730 (+12738.24%)
Mutual labels:  proxy
Proxy List
A list of free, public, forward proxy servers. UPDATED DAILY!
Stars: ✭ 1,125 (+1554.41%)
Mutual labels:  proxy
Imager
Image processing proxy
Stars: ✭ 56 (-17.65%)
Mutual labels:  proxy
Proxy Wasm Cpp Sdk
WebAssembly for Proxies (C++ SDK)
Stars: ✭ 55 (-19.12%)
Mutual labels:  proxy
Vkrss
Generates RSS feed of opened/closed vk.com wall or global searched opened posts. Features: post filtering (include/exclude by regexp and/or by owner type), ads skipping, automatic title generation, hash-tags extraction as RSS categories, initial author extraction, HTML formatting
Stars: ✭ 59 (-13.24%)
Mutual labels:  proxy
Qonduit
A WebSocket library for use with Apache Accumulo
Stars: ✭ 54 (-20.59%)
Mutual labels:  proxy
Simplify Core
Simplify 为简化重复的JAVA代码而生,基于JDK8,无其它jar包依赖,提供序列化,json parse/generator,日期处理,asm && jdkproxy 实现动态代理功能 等常见操作。
Stars: ✭ 65 (-4.41%)
Mutual labels:  proxy
Shadowsocksx Ng R8
ShadowsocksX-NG-R for MacOS, ShadowsocksR
Stars: ✭ 1,066 (+1467.65%)
Mutual labels:  proxy
Infrared
An ultra lightweight minecraft reverse proxy and idle placeholder
Stars: ✭ 59 (-13.24%)
Mutual labels:  proxy
Adblock Proxy
💊 (Archived) AdBlock Proxy with support for AdBlock Plus Filter Lists and Host files
Stars: ✭ 68 (+0%)
Mutual labels:  proxy
Jladder
基于Java Netty开发的翻墙程序,支持Socks协议和Http协议翻墙。
Stars: ✭ 68 (+0%)
Mutual labels:  proxy
Hproxy
hproxy - Asynchronous IP proxy pool, aims to make getting proxy as convenient as possible.(异步爬虫代理池)
Stars: ✭ 62 (-8.82%)
Mutual labels:  proxy

内网穿透工具

  • 多协程与通道配合达到快速响应
  • 3秒发送一次心跳包维护连接
  • client断开自动重连

说明

  • server端: 具有公网地址的服务器
  • client端: 需要内网穿透的主机

使用

server端, 默认本地为5200端口

./server -l 5200 -r 3333

client端

./client -l 8080 -r 3333 -h 公网IP地址

用户访问 公网IP地址:5200 即可访问到 内网中的 8080端口程序

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].