You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First, I'd like to complement you on the python script you've created here. It's been much easier to work with when I load it into my containers. Great job! Really. Thank you.
@MikealSouth submitted issue #22, stating that the generated configs are only good for a couple hours. Well, a few months later and it seems that the configs generated via the current v4 URLhttps://serverlist.piaservers.net/vpninfo/servers/v4 in your piawg.py script are no longer working at all, by and large. The configs generate successfully, as the script exits correctly, and I can establish a WireGuard tunnel, but no traffic will pass through it whatsoever. Occasionally, one of the configs might work, but I found I'd have to regenerate the config using different server targets at random at least a dozen or more times before I could get one to work with the existing v4 URL.
When I compared your script to @pia-foss's get_region.shscript, I noticed that they are using the v6 URLhttps://serverlist.piaservers.net/vpninfo/servers/v6. @pia-foss's get_region.sh script works the first time, every time so I changed the v4 URL in your piawg.py script to the v6 URL target and then your script began working the first time, every time.
You may want to consider updating your script to use the v6 URL as it seems that there's something either outdated, deprecated, or wrong about the v4 URL, even though that v4 URL is still up and working if you hit it manually in a browser.
Thanks again!
-Brian
The text was updated successfully, but these errors were encountered:
Hello @hsand,
First, I'd like to complement you on the python script you've created here. It's been much easier to work with when I load it into my containers. Great job! Really. Thank you.
@MikealSouth submitted issue #22, stating that the generated configs are only good for a couple hours. Well, a few months later and it seems that the configs generated via the current v4 URL
https://serverlist.piaservers.net/vpninfo/servers/v4
in yourpiawg.py
script are no longer working at all, by and large. The configs generate successfully, as the script exits correctly, and I can establish a WireGuard tunnel, but no traffic will pass through it whatsoever. Occasionally, one of the configs might work, but I found I'd have to regenerate the config using different server targets at random at least a dozen or more times before I could get one to work with the existing v4 URL.When I compared your script to @pia-foss's
get_region.sh
script, I noticed that they are using the v6 URLhttps://serverlist.piaservers.net/vpninfo/servers/v6
. @pia-foss's get_region.sh script works the first time, every time so I changed the v4 URL in your piawg.py script to the v6 URL target and then your script began working the first time, every time.You may want to consider updating your script to use the v6 URL as it seems that there's something either outdated, deprecated, or wrong about the v4 URL, even though that v4 URL is still up and working if you hit it manually in a browser.
Thanks again!
-Brian
The text was updated successfully, but these errors were encountered: