This images contains OpenVPN client and deluge. It enables your to torrent under OpenVPN without slowing down your host machine internet
- Deluge is a lightweight, Free Software, cross-platform BitTorrent client. Full Encryption. Client-server model which makes it easier to remote access
- OpenVPN is an open-source software application that implements virtual private network (VPN) techniques to create secure point-to-point or site-to-site connections in routed or bridged configurations and remote access facilities.
- Works out of box, no extra configuration in dockerfile
- WebUI accessable from host machine
- Build-in killswitch, which shutdown internet within the the container if VPN connect fails
- Full Encryption
- Much more incoming...
$ git clone https://github.com/frank777777777/Deluge-OpenVPN-docker.git
copy yourOpenVPN.ovpn under the directory
$ docker build --build-arg vpnConfig=yourVPNConfig.ovpn . -t delugevpn:1.0 -f dockerfile
$ docker run --privileged -d -p yourAvailablePortForWebUI:8112 -p yourAvailablePortForConsole:58846 -v yourHostDownloadDirectory:/root/Downloads --name=delugeVPN delugevpn:1.0
Voilà! Now open your browser and enter localhost:yourAvailablePortForWebUI and start downloading
Copy the magnetic link from this website and check the ip ipmagnet
- Purchase a VPS server
- Use Angristan/OpenVPN-install