Permalink
Cannot retrieve contributors at this time
Name already in use
A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Templates/numserver.com.custodian-record.json
Go to fileThis commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
21 lines (21 sloc)
847 Bytes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"providerId":"numserver.com", | |
"providerName":"NUM Server", | |
"serviceId":"custodian-record", | |
"serviceName":"Custodian Record", | |
"logoUrl": "http://numserver.com/images/logo-black.png", | |
"version": 1, | |
"shared": true, | |
"sharedProviderName": true, | |
"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. 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%:[%user_permissions%]];b=true", | |
"ttl":3600 | |
} | |
] | |
} |