Skip to content

frank777777777/Deluge-OpenVPN-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

yili/Deluge-OpenVPN

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.

Features

  • 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...

Build image

$ 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

Run image

$ 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

Check your torrenting IP for the tracker

Copy the magnetic link from this website and check the ip ipmagnet

How to setup my OpenVPN server

  1. Purchase a VPS server
  2. Use Angristan/OpenVPN-install

About

Dockerfile which enables your to use deluge under OpenVPN

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages