Hey all! I Was wondering if anyone found any good deals on the storage side of things. I'd love to upgrade my 18TB raw/14.6TB formatted NAS into something a little chunkier as I've started scanning books, and ripping DVDs and other media so that I can have a more controlled by me and not by ever increasing fee media center.
u/Artoriasp
Hey all! I Was wondering if anyone successfully got qbittorrent to announce ipv6 to the trackers?
I have gluetun set up for IPv6 and docker as well. It even has an IPv6 address on the tun0 link and qbittorrent also sees the IPv6 address. The trackers don't seem to sense that I have that available though so I was wondering if my config may need a bit of tinkering.
I have QBittorrent set up so that it uses all addresses on the tun0 link. Is there something I'm missing?
.env: ProtonVPN Support told me to have this setting
PROTONVPN_IPV6=on
Gluetun additional entry:
sysctls:- net.ipv6.conf.all.disable_ipv6=0
Docker daemon.json
{
"ipv6": true,
"fixed-cidr-v6": "fd00:db81:8524::/48",
"experimental": true,
"ip6tables": true
}
Hey all! I am wondering what the proper syntax for grabbing the second port protonVPN provides as I need it to take the second, as soulseek steals the first automatically.
The defaults are:VPN_PORT_FORWARDING_UP_COMMAND=/bin/sh -c 'wget -O- -nv --retry-connrefused --post-data "json={\"listen_port\":{{PORT}},\"current_network_interface\":\"{{VPN_INTERFACE}}\",\"random_port\":false,\"upnp\":false}" http://127.0.0.1:8080/api/v2/app/setPreferences'
VPN_PORT_FORWARDING_DOWN_COMMAND=/bin/sh -c 'wget -O- -nv --retry-connrefused --post-data "json={\"listen_port\":0,\"current_network_interface\":\"lo\"}" http://127.0.0.1:8080/api/v2/app/setPreferences'
Though it seems to both crash my web portal for qbittorrent and also takes the first grabbed one. I'm not the best at this sort of thing so I keep getting turned around and I don't want to utilize AI as I feel it won't really return something that answers what I'm looking for, unless I'm just dumb which is often the case.