Skip to content

Commit

Permalink
Merge pull request Domain-Connect#6 from NUMtechnology/elliotts-branch
Browse files Browse the repository at this point in the history
Add user_permissions variable
  • Loading branch information
twalmsley authored Apr 26, 2020
2 parents 3ccda5a + 479b94a commit a969d51
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions numserver.com.custodian-record.json
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
]
Expand Down

0 comments on commit a969d51

Please sign in to comment.