Kabe0 / deluge-windscribe

To provide an isolated VPN layer with Deluge
23 stars 6 forks source link

How do I install an app inside this container? #25

Closed JXWw3wLD9LArcR7c closed 3 years ago

JXWw3wLD9LArcR7c commented 3 years ago

Tried to combine windscribe with pihole, but to turn my pihole into a recursive dns resolver, I need to have unbound installed in the container. When I try to run apt update though, it's only able to connect to windscribe's repositories, it times out on everything else.

What should I do to achieve this? I am pretty new to docker, this is the first thing I had done on docker

JXWw3wLD9LArcR7c commented 3 years ago

nevermind, I figured out how. I opened the pihole container without using docker compose and installed unbound. Another way to do this is to also use a pihole container that already has unbound installed

sorry, this was a noob question, and unrelated to this container. I mean, Windscribe was blocking the connection I guess, but the workaround was not related to this container.