kabe0
kabe0
hmm that may not be the LEGACY_IPTABLES. Have you tried connecting manually using ```docker bash```? See if you can run the windscribe login commands inside the docker image without a...
Ok so there is a change going on with the docker container between iptables that are causing some issues it seems. Due to how VPN works, the IPtables have to...
Wait I just realized, firewalling is on, so the resolution stuff will probably break inside the container. However your deluge instance should still work. WINDSCRIBE_FIREWALL (or the actual cli command)...
It should work, but based on how ARM and AMD64 processors work, sometimes there can be iptable compatibility issues which I have not had time to look at due to...
Yea when I get time I will try to borrow someones Synology NAS and take a look at what's happening. Sadly it may be something out of my control if...
Sorry for the late reply! To clarify you want another pod to communicate through the main container? I do have an example of sharing a network within the docker environment...
What distro are you using? I have not seen that error reported from anyone yet. If this is coming from Deluge, I don't really have any control over the errors...
Sigh, yea there are a few of those errors now that python has been updated. I am not sure when their next release is going to be.
Um, I have posted a few times to others with solutions that have worked, however recently it seems a newer version of Linux have caused so e problems. I'll probably...
you have to run it with all the settings, as your missing the volume mount ``` docker run \ -v $PWD/config:/config \ -v $PWD/downloads:/downloads \ -p 8112:8112 \ -p 58846:58846...