Giter Site home page Giter Site logo

shadowsocks-websocket's Introduction

shadowsocks-websocket

shadowsocks-websocket is a lightweight tunnel proxy which can help you get through firewalls. It is a port of shadowsocks, but through a different protocol; shadowsocks-websocket uses WebSockets instead of raw sockets.

Notice that the protocol is INCOMPATIBLE with the origin shadowsocks.

Usage

Use nodejs v0.8.x or v0.6.x, don't use v0.10.x!

Now compatible with nodejs v0.10.x.

Put the code somewhere, for example shadowsocks-websocket/. Edit shadowsocks/config.json, change the following values:

server          your server hostname, for example, your-server.com
remote_port     remote port, where server listens for clients
local_port      local port
password        a password used to encrypt transfer
timeout         in seconds
method          encryption method, null by default, or use "rc4"

Upload the code to your server, and run node server.js.

On client, open terminal, cd into shadowsocks-websocket, run node local.js.

Change proxy settings of your browser or any application into

SOCKS5 127.0.0.1:local_port

shadowsocks-websocket's People

Contributors

clowwindy avatar librehat avatar morteza25 avatar sadjad avatar

Watchers

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