Skip to content
 
 

Latest commit

 

History

66 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

is-a.stupid.cat

is-a.stupid.cat is a goofy domain made by Ari

with special thanks to iostpa and trollmeight for making the original project that I cloned this code from lol

Discord Server

Warning

We do not support Vercel at the moment since we are not on the PSL. Cloudflare does NOT work, due to recent changes meaning we'd need your NS records, and we have strict rules on who can and can't use NS records

Issues

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

If you have an issue, please open an issue.

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

Register

  1. Fork the repository.
  2. Make a json file in the domains directory, for example example.json.
  3. Add the following file format to the json you just made:
{
    "owner": {
        "username": "your-github-username",
        "email": "hello@example.com",
        "repo": "your-website's-repository-link-here"
    },

    "records": {
        "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" }
        ],
        "DS": [
            {
                "key_tag": 2371,
                "algorithm": 13,
                "digest_type": 2,
                "digest": "...."
            }
        ]
    },
    "proxied": false
}

Note

Only select the records you need, this is just an example of all the records we support.

  1. Make a pull request to the repo and wait for it to be merged, if you don't know how to make a pull request please read GitHub's guide. If you want the pull request to be merged faster then consider joining our Discord server!
  2. After the pull request is merged, the DNS records should propagate within the next 15-20 minutes, however in rarer cases, it can sometimes takes between 24-48 hours.
  3. That's all, enjoy your is-a.stupid.cat subdomain!

Note

If your DNS has not propagated within 48 hours, please check with a DNS Checker before contacting us, so we can get you the best support.

Documentation

Our documentation is available here!

Similar Services

If you want to find services that are similar to is-a.stupid.cat, please check out Open Domains, is-a.dev, part-of.my.id, is-not.cool and any other subdomain provider available to the world.

About

Grab your own sweet-looking '.is-a.stupid.cat' subdomain.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages