Skip to content

Instantly share code, notes, and snippets.

@iredun
Last active July 17, 2018 16:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save iredun/7bc562c22e01637f4ccf49dcb70f8ebf to your computer and use it in GitHub Desktop.
Save iredun/7bc562c22e01637f4ccf49dcb70f8ebf to your computer and use it in GitHub Desktop.
Install dante to Ubuntu
wget http://ppa.launchpad.net/dajhorn/dante/ubuntu/pool/main/d/dante/dante-server_1.4.1-1_amd64.deb
sudo apt-get install gdebi-core
sudo gdebi dante-server_1.4.1-1_amd64.deb

/etc/danted.conf

logoutput: stderr

internal: eth0 port = 1080
external: eth0

socksmethod: username
user.privileged: root
user.notprivileged: nobody

client pass {
        from: 0.0.0.0/0 to: 0.0.0.0/0
        log: error connect disconnect
}

socks pass {
        from: 0.0.0.0/0 to: 0.0.0.0/0
        log: error connect disconnect
}

sudo ufw allow 1080/tcp
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment