Code Monkey home page Code Monkey logo

Comments (5)

JamesMcMahon avatar JamesMcMahon commented on July 22, 2024 1

Okay I got it.

so ignore the pass.txt file. You need a pass file, but I am not sure why the README is that specific. The Mullvad config sets up the path for everything.

Steps:

  1. Download the config files from the Mullvad conf generator
  2. Copy all the files into the rsync-flood jail to a temp location your user can write to, for instance scp -r ~/Downloads/mullvad_config_linux_us_all [email protected]:/mnt/poolname/iocage/jails/rtorrent-flood-jail/root/home/rtorrent
  3. Get a shell session open into the jail by using jls to find the jail id and using sudo jexec jail-id-number /bin/tcsh
  4. Move all the Mullvad files from the temp location above into /usr/local/etc/openvpn
  5. Rename mullvad.conf (this is different depending on the options) to openvpn.conf
  6. Edit openvpn.conf and update the up and down script path to point to /usr/local/etc/openvpn/update-resolv-conf
  7. Add execute privileges to update-resolv-conf by running chmod +x /usr/local/etc/openvpn/update-resolv-conf
  8. Install bash inside that jail using pkg install bash
  9. Change the shebang at the top of update-resolv-conf to !/usr/local/bin/bash (OpenBSD does NOT install to /bin/bash, this required so much debugging you have no idea)
  10. Follow the steps described in the README to enable and start OpenVPN

This took a lot of debugging to figure out, so good chance I missed a step here. If I missed anything update this thread.

from iocage-plugin-rtorrent-flood.

JamesMcMahon avatar JamesMcMahon commented on July 22, 2024

I am in the same situation, did you ever figure this out?

from iocage-plugin-rtorrent-flood.

seniorm0ment avatar seniorm0ment commented on July 22, 2024

Nope :/

from iocage-plugin-rtorrent-flood.

JamesMcMahon avatar JamesMcMahon commented on July 22, 2024

Word of warning, since Mullvad removed port forwarding you probably will not have much luck seeding.

from iocage-plugin-rtorrent-flood.

seniorm0ment avatar seniorm0ment commented on July 22, 2024

I wasn't port forwarded for a while, but I primarily use private trackers. Is that likely why?

from iocage-plugin-rtorrent-flood.

Related Issues (8)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.