From: James Bunton Date: Tue, 22 Sep 2015 22:36:41 +0000 (+1000) Subject: Simple README X-Git-Url: https://code.delx.au/proxy/commitdiff_plain/22f9268785411bedf97e5039d716e35ba1841fa1 Simple README --- diff --git a/README.md b/README.md new file mode 100644 index 0000000..ac11ba8 --- /dev/null +++ b/README.md @@ -0,0 +1,25 @@ +# socks5server # + +socks5server is a minimalist SOCKS5 proxy server. + +## Requirements + +* C99 compiler +* libbsd +* pthread + +## Instructions + +### Compile + + apt-get install build-essential libbsd + make + sudo make install + +### Configuration + +* Edit /usr/local/etc/socks5server.conf +* You must specify `LISTEN_PORT` +* To make an open proxy you can use `ALLOW_ALL=1` +* Alternatively you can have an unlimited number of `ALLOW_HOST_=` +* If you choose to specify a list of allowed hosts you can use DNS names or IP addresses