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.delegate-num-zone.json
Go to fileThis commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
39 lines (39 sloc)
1.03 KB
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":"delegate-num-zone", | |
"serviceName":"NUM Zone Delegation", | |
"logoUrl": "http://numserver.com/images/logo-black.png", | |
"version": 1, | |
"shared": true, | |
"sharedProviderName": true, | |
"description":"Delegate your Independent NUM Zone to the NUM Server. All DNS queries to '_num.example.com' will be answered by the NUM Server. Find out more about the NUM protocol at https://num.uk.", | |
"variableDescription":"The ns1-ns4 variables are nameserver IDs", | |
"syncPubKeyDomain":"numserver.com", | |
"records":[ | |
{ | |
"type": "NS", | |
"host": "_num", | |
"pointsTo": "%ns1%.numservers.com", | |
"ttl": 3600 | |
}, | |
{ | |
"type": "NS", | |
"host": "_num", | |
"pointsTo": "%ns2%.numservers.org", | |
"ttl": 3600 | |
}, | |
{ | |
"type": "NS", | |
"host": "_num", | |
"pointsTo": "%ns3%.numservers.uk", | |
"ttl": 3600 | |
}, | |
{ | |
"type": "NS", | |
"host": "_num", | |
"pointsTo": "%ns4%.numservers.net", | |
"ttl": 3600 | |
} | |
] | |
} |