Giter VIP home page Giter VIP logo

sufttun's Introduction

[DEPRECATED] sufttun

extremely fast & secure udp tunnel based on suft

Modified from kcptun and changed kcp to suft (Small-scale UDP Fast Transmission).

client <--> suft-client  <--> suft-server  <--> server
    tcp <-> udp                        udp <-> tcp

usage

server:
go get github.com/messyidea/sufttun/server

server -l "addr:port" -t "addr:port" -b 10 --key "your key" --tuncrypt true

-l: local addr
-t: target addr
-b: max bandwidth of sending in mbps
--key: your key
--tuncrypt: encrypt


client:
go get github.com/messyidea/sufttun/client

client -l "addr:port" -r "addr:port" -b 10 --key "your key" --tuncrypt true

-l: local addr
-r: remote addr
-b: max bandwidth of sending in mbps
--key: your key
--tuncrypt: encrypt

sample

server -l ":porta" -t "127.0.0.1:portb" -b 10 --key "yourkey" --tuncrypt true
client -l ":portc" -r "server:portd" -b 10 --key "yourkey" --tuncrypt true

license

MIT

sufttun's People

Contributors

messyidea avatar

Stargazers

 avatar Benjamin Franklin avatar  avatar  avatar  avatar

Watchers

James Cloos avatar dcdc8888 avatar  avatar  avatar

sufttun's Issues

portd应该为porta吧?

hi。
你的sample 里的这行:
client -l ":portc" -r "server:portd" -b 10 --key "yourkey" --tuncrypt true ,
portd应该为porta吧?即跟服务器端的 server所监听的端口一致。

something is wrong

Hello sir i tried to run the software but i have a small problem here is log below

sufttun-server sufttun-server -l ":12050" -t "127.0.0.1:40000" -b 10 --key "yourkey" --tuncrypt true

2018/02/12 14:02:48 listening on :29900
2018/02/12 14:02:48 tunnel encryption: false

as per my config local port on server should 12050 but it shows as 29900 which is the default

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.