activ

Community Developer
  • Posts

    126
  • Joined

  • Last visited

Posts posted by activ

  1. I have never tested with ipv6, so I wouldn't be surprised if that doesn't work. A.f.a.i.k. all the firewalling etc that is done is only done for ipv4 so I imagine quite a bit would have to be done to get ipv6 working. b.t.w. All the vpn stuff is taken from a binhex image.

  2. Yes, the config file has to be made by hand to have flexget do anything useful, and be aware that creating a config file is tricky business. There is no gui for the config. 

     

    Depending on what you want to do flexget is probably not going to be user friendly. That being said, check their website for examples and details. 

  3. 11 hours ago, killeriq said:

    Hi guys,

     

    I have again problem - drives me nuts :D

    Soon as ive finally setup docker,vpn moved torrents etc... I got BAN on one of the Trackers im using. As they are only allowing Transmission 2.04 (if im not misataken)

    How to downgrade in Docker?

     

    Thanks!

     

    Sorry, there is no feature in the docker at the moment to specify a version. You would have to create your own version. If I mess with the scripts again I might have a look at implementing that.

  4. Did you set a variable WHITELIST ? 

    Mine contains: 192.168.*.*,127.0.0.1,172.*.*.*

     

    Andy is right, the whitelist gets overwritten, other settings can be changed in the settings file, but the container has to be stopped before. 

    Are you sure the vpn is connecting now? 

     

    You could try doing "docker exec -it Transmission ps -A" to try and see if Transmission is even starting. Could you try that and post the result and a new debug log?

    • Upvote 1