Giter Club home page Giter Club logo

websocks's Introduction

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

websocks's People

Contributors

lzjluzijie avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.