Skip to content

Latest commit

 

History

History
56 lines (44 loc) · 2.32 KB

README.md

File metadata and controls

56 lines (44 loc) · 2.32 KB

is-not.cool

is-not.cool is a goofy domain made by CuteDog5695 and trollm8

Discord Server

Issues

If you have any problems, feel free to open an issue.

If you have an issue, please send a email to [email protected].

If you have a technical issue, please join our discord server!

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": "[email protected]",
        "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. Make a Pull Request to the repo and wait for it to be merged. If you want it to be merged faster then consider joining our discord server!
  2. After the Pull Request is merged, DNS should propogate in a moment or 24 hours.
  3. That's all, enjoy your is-not.cool domain!

Documentation

If you want to take a look into our documentation go here!

Similar Services

If you want to find services similar to is-not.cool, please check out Open Domains, is-a.dev, part-of.my.id and really.is-a.dev.