- Fork the repo.
- Make a json file named
example.json
in thedomains
directory - Add the following file format to the json you just made:
{
"owner": {
"username": "yourgithubusername",
"email": ["[email protected]", "[email protected]"]
},
"record": {
"A": ["1.1.1.1", "1.0.0.1"],
"AAAA": ["2606:4700:4700::1111", "2606:4700:4700::1001"],
"CNAME": "example.com",
"MX": ["mx1.example.com", "mx2.example.com"],
"TXT": ["example_verification=1234567890"],
"NS": ["ns1.example.com", "ns2.example.com"],
"SRV": [
{ "priority": 10, "weight": 60, "port": 5060, "target": "sipserver.example.com" },
{ "priority": 20, "weight": 10, "port": 5061, "target": "sipbackup.example.com" }
]
},
"proxied": false
}
Note
Only select the records you need, this is just a example on what all the records we support should be.
- After the pull request is merged, DNS should propagate within about 15 minutes to a maximum of 24 hours.
- That's all, enjoy your
is-truly-a.pro
domain!
Warning
We only give out NS records to those who have a reasonable use case for them. If you don't have a reasonable use case for them, we will close your PR.
If you have any problems or want to report a subdomain, feel free to open a issue.
If you want to find services similar to is-truly-a.pro, please check out Open Domains and is-a.dev.