AD24

Members
  • Posts

    10
  • Joined

  • Last visited

Everything posted by AD24

  1. Hey - I know its been a while but was curious what the difference is between Custom: eth0 and Custom: br0? Thanks
  2. Anyone know of a way to connect to a specific PIA IP via Wireguard rather than a hostname? I tried putting the IP in the .conf file but that doesn't seem to work.
  3. Wireguard support got added and it's working great so far! Only issue I have is when I change the endpoint to a specific WG Server IP rather than a hostname it seems to fail? Is there any way to select a specific server IP? Thanks! I used the script: https://github.com/pia-foss/manual-connections To find a wireguard IP since my provider wants a static IP. And then I used that in place of the hostname for ENDPOINT in the conf file.
  4. Hey Binhex, saw that you added wireguard support to the github README, but I don't think it's working (dockerhub doesn't seem to be updated). Just wanted to check if you were still working on it or if something was wrong. Thanks!
  5. Thanks, works great! Got a port immediately without any retries. Is there any way to use a specific deluge version? A lot of my trackers don't support 2.x
  6. I've been running it for around 24 hours now, and am consistently getting Not sure if this is on PIA's end or an issue with the container, but figured I'd mention it. Using new PEM/CRT with CA Montreal.
  7. Hey @binhex, noticed you use AES-128 instead of 256 in your OVPN file. Is that the only changes you make to the ovpn files for speed? I've been using GCM for a while since it's faster than CBC, but was wondering if 128/256 made a difference and if there were any other changes I should make? Thx
  8. Any way to make them share one connection?
  9. I'm curious, if I have two seperate docker containers (sabnzbdvpn and delugevpn), will this createtwo separate connections to my VPN? I assume it would, but wanted to find out if there is any way to prevent this.