Skip to content

Commit

Permalink
Completed README
Browse files Browse the repository at this point in the history
  • Loading branch information
guillon committed Jun 5, 2019
1 parent f20172f commit 781c404
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,14 @@ Or the same with no password for the local server:

SOCKS5_SERVER=socks.example.org:1080 SOCKS5_USER=user2 SOCKS5_PASSWORD=password2 \
./socks-relay.py localhost:1080


This scripts requires `python3` and the `pysocks` module, install it for instance with:

pip3 install --user pysocks


This script is a derivative work from the toy socks server published
at https://github.com/rushter/socks5
which is itself under the MIT license and copyright reproduced in the script
comments and in the `LICENSE` file.

0 comments on commit 781c404

Please sign in to comment.