GithubHelp home page GithubHelp logo

Comments (4)

ginuerzh avatar ginuerzh commented on May 11, 2024

如果你指的是想建立tls/ssl加密隧道连接,可以通过设置加密方式-m=tls来实现,-key, -cert参数可以用来设置自己的公钥和私钥文件。

from gost.

ARwMq9b6 avatar ARwMq9b6 commented on May 11, 2024

@ginuerzh 感谢回复。

我不是这个意思,-m=tls 应该和 -m=aes-cfb-256 一样,是加密数据用的。

我意思是 gost -S=*.herkuapp.com:80 这样能看到以下信息(猜测这是 ws:// ,没加密协议,特征明显,担心被 GFW 识破):

[2015/7/29 14:11:34:101]
GET / HTTP/1.1
Host: *.herokuapp.com
Upgrade: websocket
Connection: Upgrade
Sec-WebSocket-Version: 13
Sec-WebSocket-Key: *******************==


[2015/7/29 14:14:39:121]
HTTP/1.1 101 Switching Protocols
Connection: Upgrade
Upgrade: websocket
Sec-Websocket-Accept: ******************=
Via: 1.1 vegur

如果使用 wss:// 就是加密的,看不到以上明文信息,我想通过 wss: 使用 Heroku 和 Cloud9 IDE 的 WebSocket 防止被 GFW 识别。

from gost.

ginuerzh avatar ginuerzh commented on May 11, 2024

目前websocket方式不支持安全连接,后续会考虑添加

from gost.

ARwMq9b6 avatar ARwMq9b6 commented on May 11, 2024

@ginuerzh 感谢回复。

from gost.

Related Issues (20)

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.