Skip to content

Instantly share code, notes, and snippets.

View broadwaylamb's full-sized avatar
🚵‍♂️

Sergej Jaskiewicz broadwaylamb

🚵‍♂️
View GitHub Profile
@broadwaylamb
broadwaylamb / SOCKS5.sh
Last active April 18, 2018 17:16
SOCKS5
# Assuming we've successfully setup DigitalOcean droplet and logged in as root.
apt-get update
apt-get upgrade
apt-get install build-essential libwrap0-dev libpam0g-dev libkrb5-dev libsasl2-dev
# Substitute this URL to point to the latest dante version (1.4.2 as of April 2018)
wget https://www.inet.no/dante/files/dante-1.4.2.tar.gz
tar -xvf dante-1.4.1.tar.gz