Skip to content
This repository has been archived by the owner on Aug 27, 2020. It is now read-only.

lzjluzijie/websocks

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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
  }
}

About

A secure proxy based on WebSocket. 一个基于 WebSocket 的代理工具

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages