Skip to content

stole-my-id/registration

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 

Repository files navigation

stole-my.id

stole-my.id is a silly domain made by iostpa and trollmeight.

Discord Server

Caution

We do not support Vercel or Cloudflare at the moment since we are not on the PSL.

Issues

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

If you have an issue, please send a email to support@stole-my.id.

If you have any technical issues, please join our discord server!

Register

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

    "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" }
        ],
        "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 want it to be merged faster then consider joining our Discord server!
  2. After the pull request is merged, the DNS records should propagate within 24 hours.
  3. That's all, enjoy your stole-my.id subdomain!

Documentation

Our documentation is available here!

Similar Services

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

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •