Skip to content

A free nested sub-sub-domain service stemming from is-a.dev!

Notifications You must be signed in to change notification settings

SkyExploreWasTaken/really.is-a.dev-register

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 

Repository files navigation

really.is-a.dev

really.is-a.dev is a free nested sub-sub-domain service stemming from is-a.dev!

Issues

If you have any problems, feel free to open an issue, send an email at really.is-a.dev@ukriu.com or message @ukriu

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:
{
    "description": "Your Project Description",
    "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": true
}

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. This may take a few seconds to a few hours to a few days.
  2. After the Pull Request is merged, DNS should propogate in a moment or 24 hours.
  3. That's all, enjoy your really.is-a.dev sub-sub-domain!

Credits

This subdomain was granted entirely by is-a.dev and this project is really just a big joke.
This wonderful code for the register repository was entirely copied from is-not.cool. Thanks trollm8 and CuteDog! :P

Similar Services

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

About

A free nested sub-sub-domain service stemming from is-a.dev!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%