ok i Dont do this that often but you look like you need it a lot. Take this string of text and google base 64 decoder and and put that text in there. Happy pirating
aHR0cHM6Ly9yZW50cnkuY28vc3VyZi1mcmVl
1. Posts must be related to the discussion of digital piracy
2. Don't request invites, trade, sell, or self-promote
3. Don't request or link to specific pirated titles, including DMs
4. Don't submit low-quality posts, be entitled, or harass others
📜 c/Piracy Wiki (Community Edition):
💰 Please help cover server costs.
Ko-fi | Liberapay |
ok i Dont do this that often but you look like you need it a lot. Take this string of text and google base 64 decoder and and put that text in there. Happy pirating
aHR0cHM6Ly9yZW50cnkuY28vc3VyZi1mcmVl
Thanks. I managed to get it working with Proton tho
That's what I use for my NAS. I remember with protonvpn you need to pull down the config file for the server you want to use and place it in the proper directory. Here's part of my docker-compose:
transmission-openvpn:
cap_add:
- NET_ADMIN
volumes:
- '/DATA/torrents:/data/torrents'
- '/SSD/config/transmission:/etc/openvpn/custom'
environment:
- OPENVPN_PROVIDER=custom
- OPENVPN_CONFIG=node-us-167.protonvpn.net.udp
- OPENVPN_USERNAME=${USERNAME}
- OPENVPN_PASSWORD=${PASSWORD}
- LOCAL_NETWORK=192.168.0.0/16
- OPENVPN_OPTS=--inactive 3600 --ping 10 --ping-exit 60
- DNS=8.8.8.8,8.8.4.4
logging:
driver: json-file
options:
max-size: 10m
Thank you for sending this! Did you use a P2P specific config? Or just whichever was closest to you?
P2P
binhex/arch-delugevpn just added support for protonvpn. There are a couple of gotchas that I can help you with if you need it
I never got haugene to work for me