transparent purging

This commit is contained in:
Patrick Schratz 2025-03-26 15:57:42 +01:00
commit 4dbe4daa4b
Signed by: pat-s
GPG key ID: 3C6318841EF78925

View file

@ -12,7 +12,7 @@ urlencode() {
purge() {
local api_key="$1"
local url="$2"
curl -sL -X POST -H "AccessKey: $api_key" "$url"
curl -vL -X POST -H "AccessKey: $api_key" "$url"
}
# Function to generate the purge URLs for a given domain, arch, and OS ID