diff --git a/numserver.com.custodian-record.json b/numserver.com.custodian-record.json index f38d9e4d..89e262e0 100644 --- a/numserver.com.custodian-record.json +++ b/numserver.com.custodian-record.json @@ -9,13 +9,13 @@ "sharedProviderName": true, "logoUrl":"", "description":"Configure a NUM custodian record for your domain name to prove that you are an administrator of the domain, for more info see: https://num.uk/modules/4", - "variableDescription":"The user_hash variable is a SHA-1 hash of an identifier, e.g. email, domain or telephone number", + "variableDescription":"The user_hash variable is a SHA-1 hash of an identifier, e.g. email, domain or telephone number. The %user_permissions% variable sets the permissions this user has.", "syncPubKeyDomain":"numserver.com", "records":[ { "type":"TXT", "host":"4._num", - "data":"_n=1;c[%user_hash%:[*]];b=true", + "data":"_n=1;c[%user_hash%:[%user_permissions%]];b=true", "ttl":3600 } ]