From 8fbdea9f5beb316153e12fbbffbe942db17bd3c6 Mon Sep 17 00:00:00 2001 From: Jose Segura Date: Mon, 13 Jul 2026 13:58:37 -0400 Subject: [PATCH] add Game Axiom, Domain Verification --- gameaxiom.com.domain-verification.json | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 gameaxiom.com.domain-verification.json diff --git a/gameaxiom.com.domain-verification.json b/gameaxiom.com.domain-verification.json new file mode 100644 index 00000000..680cc7df --- /dev/null +++ b/gameaxiom.com.domain-verification.json @@ -0,0 +1,22 @@ +{ + "providerId": "gameaxiom.com", + "providerName": "Game Axiom", + "serviceId": "domain-verification", + "serviceName": "Domain Verification", + "version": 1, + "logoUrl": "https://www.gameaxiom.com/icon.svg", + "description": "Verify domain ownership in Game Axiom by publishing the Cloudflare custom hostname ownership TXT record.", + "variableDescription": "ownership: the per-domain Cloudflare custom hostname ownership verification token issued by Game Axiom.", + "syncPubKeyDomain": "gameaxiom.com", + "syncRedirectDomain": "gameaxiom.com,www.gameaxiom.com,admin.gameaxiom.com", + "syncBlock": false, + "records": [ + { + "type": "TXT", + "host": "_cf-custom-hostname", + "data": "%ownership%", + "ttl": 300, + "txtConflictMatchingMode": "All" + } + ] +}