maybe fix
All checks were successful
Check Flake / check-flake (push) Successful in 3m17s

This commit is contained in:
2026-02-25 00:25:15 -08:00
parent ffce43b8d0
commit 52469693e3

View File

@@ -156,7 +156,7 @@ in
return 1 return 1
fi fi
echo "Requesting port forward signature from $WG_HOSTNAME (token length: ''${#PIA_TOKEN})..." echo "Requesting port forward signature from $WG_HOSTNAME (token length: ''${#PIA_TOKEN})..."
payload_and_signature=$(curl -s -m 5 $(proxy_args) \ payload_and_signature=$(curl -s -m 5 \
--connect-to "$WG_HOSTNAME::$WG_SERVER_IP:" \ --connect-to "$WG_HOSTNAME::$WG_SERVER_IP:" \
--cacert "${caPath}" \ --cacert "${caPath}" \
-G --data-urlencode "token=$PIA_TOKEN" \ -G --data-urlencode "token=$PIA_TOKEN" \