buhhh
Build and Push Docker Images / build-and-push (push) Successful in 20s

This commit is contained in:
2026-05-05 21:09:04 +02:00
parent 1180e9e1b0
commit bf892fa216
+3 -1
View File
@@ -32,7 +32,9 @@ pia_get_token() {
} }
pia_serverlist_v4() { pia_serverlist_v4() {
curl -fsS 'https://serverlist.piaservers.net/vpninfo/servers/v4' # PIA serverlist responses include a JSON line followed by signature data.
# We only need the JSON line for region selection.
curl -fsS 'https://serverlist.piaservers.net/vpninfo/servers/v4' | sed -n '1p'
} }
parse_regions() { parse_regions() {