Code Monkey home page Code Monkey logo

gost's Introduction

gost - GO Simple Tunnel

###GO语言实现的安全隧道

####特性

  1. 支持设置上层http代理。
  2. 客户端可用作http(s), socks5代理。
  3. 服务器端兼容标准的socks5协议, 可直接用作socks5代理, 并额外增加协商加密功能。
  4. Tunnel UDP over TCP, UDP数据包使用TCP通道传输,以解决防火墙的限制。
  5. 多种加密方式(tls,aes-256-cfb,des-cfb,rc4-md5等)。
  6. 客户端兼容shadowsocks协议,可作为shadowsocks服务器。
  7. v1.1支持websocket。

二进制文件下载:https://bintray.com/ginuerzh/gost/gost

####参数说明

-L=":8080": listen address

-P="": proxy for forward

-S="": the server that connecting to

-cert="": cert.pem file for tls

-key="": key.pem file for tls

-m="": tunnel cipher method

-p="[email protected]": tunnel cipher password

-sm="rc4-md5": shadowsocks cipher method

-sp="[email protected]": shadowsocks cipher password

-ss=false: run as shadowsocks server

-ws=false: use websocket for tunnel

####使用方法 #####服务器端: $ gost -L=:443

#####服务器端有上层http代理: $ gost -L=:443 -P=proxy_ip:port

#####客户端(默认使用tls加密方法): $ gost -L=:8080 -S=your_server_ip:443

#####客户端有上层http代理: $ gost -L=:8080 -S=your_server_ip:443 -P=proxy_ip:port

#####作为shadowsocks服务器(默认使用rc4-md5加密,密码:[email protected]): $ gost -L=:8080 -S=your_server_ip:443 -ss

gost's People

Contributors

ginuerzh avatar

Watchers

James Cloos avatar bob yang 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.