Skip to content
 
 

Latest commit

 

History

47 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

banner

Issues

If you have any problems or want to report a subdomain, feel free to open a issue.

Register

  1. Fork the repo.
  2. Make a json file named example.json in the domains directory
  3. Add the following file format to the json you just made:
{
    "owner": {
        "username": "yourgithubusername",
        "email": "hello@example.com",
        "repo": "yourrepohere"
    },

    "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.

  1. After the Pull Request is merged, DNS should propogate in a moment or 24 hours.
  2. 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.

Similar Services

If you want to find services similar to is-truly-a.pro, please check out Open Domains and is-a.dev.

About

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages