GithubHelp home page GithubHelp logo

uvsocks's Introduction

About

uvsocks is a reliable socks client implemented using libuv for windows and linux.

It has support forward and reverse mode.

More information about socks5 : RFC1928

Building

  1. Install the following build tools and dependencies:
  1. Clone this repository It contains the build script, project files and patches.

  2. Now start a git-command-line window as a regular user. Go to the uvsocks directory and start building with the script. For example, to build 'Libuv' and its dependencies, run:

$git submodule init
$git submodule update

To build the Windows:

Compile and Run a Project in Visual Studio 2015

To build the Windows:

Usage

uvsocks [-L listen:port:host:port] [-R listen:port:host:port] [-l login_name] [-a password] [-p port] [user:password@]hostname:port

Examples

uvsocks -L 127.0.0.1:1234:192.168.0.231:8000 user:[email protected]:1080

uvsocks -L 127.0.0.1:1234:192.168.0.231:8000 192.168.0.15 -l user -a password -p 22

uvsocks -R 5824:192.168.0.231:8000 user:[email protected]:1080

uvsocks -R 5824:192.168.0.231:8000 192.168.0.15 -l user -a password -p 1080

uvsocks -L 127.0.0.1:1234:192.168.0.231:8000 -R 5824:192.168.0.231:8000 user:[email protected]:1080

uvsocks -L 127.0.0.1:1234:192.168.0.231:8000 -R 5824:192.168.0.231:8000 192.168.0.15 -l user -a password -p 1080


uvsocks's People

Contributors

lethean avatar

Stargazers

Chungrae Cho avatar

Watchers

James Cloos avatar Chungrae Cho 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.