hardcode viktorbarzin.me domain in renewal [ci skip]

This commit is contained in:
Viktor Barzin 2025-02-15 14:42:23 +00:00
parent 73a674ed2b
commit fc1b4b1985
No known key found for this signature in database
GPG key ID: 4056458DBDBF8863

View file

@ -28,7 +28,7 @@ curl https://api.cloudflare.com/client/v4/zones/$CLOUDFLARE_ZONE_ID/dns_records
-d "{
\"comment\": \"Domain verification record\",
\"content\": \"$CERTBOT_VALIDATION\",
\"name\": \"_acme-challenge.$CERTBOT_DOMAIN\",
\"name\": \"_acme-challenge.viktorbarzin.me\",
\"proxied\": false,
\"ttl\": 60,
\"type\": \"TXT\"