websocks

command module
v0.15.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 3, 2018 License: Apache-2.0 Imports: 10 Imported by: 0

README

WebSocks

English

一个基于 WebSocket 的代理工具

由于本人学业的原因,websocks暂时停更几个月,各位大佬们对不住了,等我搞定大学一定会填坑的

本项目目前还在开发中,更多功能仍在完善中。如果你对这个项目感兴趣,请star它来支持我,蟹蟹

有任何问题或建议可以直接发issue或者联系我 @halulu,也可以来TG群水一水,开发记录可以看我的博客

优点

  • 使用WS+TLS,十分安全且不易被检测,和普通HTTPS网站一样
  • 可以搭配使用cloudflare这类cdn,完全不怕被墙!

缺点就是刚刚开始开发,没有GUI客户端,功能也比较少,如果你能来帮我那就太好了!

官网|社区|一键脚本|电报群

示例

内置 TLS 混淆域名并反向代理
服务端
./websocks cert
./websocks server -l :443 -p websocks --reverse-proxy http://mirror.centos.org --tls
客户端
./websocks client -l :1080 -s wss://websocks.org:443/websocks -sni mirror.centos.com --insecure
Caddy TLS
服务端
./websocks server -l :2333 -p /websocks
客户端
./websocks client -l :1080 -s wss://websocks.org/websocks
Caddyfile
https://websocks.org {
  proxy /websocks localhost:2333 {
    websocket
  }
}

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
mux

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL