Giter Site home page Giter Site logo

s5proxy's Introduction

s5proxy

A SOCKS5 proxy server powered by libuv

Features

  • Full implimentation without user name / password
  • UDP associate supported.
  • Public IP deployment supported.

How to build in ubuntu

sudo su                       # using root account
apt-get install --no-install-recommends build-essential autoconf libtool asciidoc xmlto -y
apt-get install git gcc g++ cmake automake -y
apt-get -f install -y
apt-get update -y
apt-get upgrade -y

git clone --recursive https://github.com/ssrlive/s5proxy.git
cd s5proxy
mkdir build && cd build
cmake .. && make

Usage

s5proxy [-b <address>] [-d] [-h] [-t <timeout>] [-p <port>] [-u]

Options:

  -b <hostname|address>  Bind to this address or hostname.  Default: "0.0.0.0"
  -h                     Show this help message.
  -p <port>              Bind to this port number.  Default: 1080
  -t <timeout>           Idle timeout.  Default: 60
  -d                     Run in background as a daemon.
  -u                     This host has a public IP.

For example: ./s5proxy -p 1080 -d

s5proxy's People

Contributors

ssrlive avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

s5proxy's Issues

cmake遇错。

hi。

git clone https://github.com/ssrlive/s5proxy
cd s5proxy
mkdir build
cd build
cmake ..
显示:
...
CMake Error at cmake-libuv/CMakeLists.txt:184 (add_library):
Cannot find source file:

../depends/libuv/include/uv.h

Tried extensions .c .C .c++ .cc .cpp .cxx .m .M .mm .h .hh .h++ .hm .hpp
.hxx .in .txx

CMake Error: Cannot determine link language for target "uv".
CMake Error: CMake can not determine linker language for target: uv

如何解决?

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.