Skip to content

Join our Greyrat Family and Get your own cool-looking '.greyrat.dev' subdomain

License

Notifications You must be signed in to change notification settings

greyrat-dev/register

greyrat.dev Banner

Domains Open Pull Requests Open Issues

greyrat.dev

greyrat.dev is a service that allows developers to get a sweet-looking .greyrat.dev domain for their personal websites.

Register

How to Register

  • Fork this repository
  • Add a new file called your-domain-name.json in the domains folder to register your-domain-name.greyrat.dev
  • Your pull request will be reviewed and merged. Make sure to keep an eye on it incase we need you to make any changes!
  • After the pull request is merged, please allow up to 24 hours for the changes to propagate
  • Enjoy your new .greyrat.dev domain! Please consider leaving us a star ⭐️ to help support us!

Full Format Available

{
    "description": "Project Description",

    "owner": {
        "repo": "https://github.com/username/repo",
        "email": "[email protected]"
    },

    "record": {
        "A": ["1.1.1.1", "1.0.0.1"],
        "AAAA": ["::1", "::2"],
        "CNAME": "example.com",
        "MX": ["mx1.example.com", "mx2.example.com"],
        "TXT": ["example_verification=1234567890"],
        "CAA": [
            { "flags": 0, "tag": "issue", "value": "letsencrypt.org" },
            { "flags": 0, "tag": "issuewild", "value": "sectigo.com" }
        ],
        "SRV": [
            { "priority": 10, "weight": 60, "port": 5060, "target": "sipserver.example.com" },
            { "priority": 20, "weight": 10, "port": 5061, "target": "sipbackup.example.com" }
        ]
    },

    "proxied": false
}

NS Records

⚠️ Important:
The creation of NS records is temporarily closed. We are currently reviewing our policies and will reopen this feature soon. Thank you for your understanding.

Report Abuse

If you find any subdomains being used for abusive purposes, please report them by creating an issue with the relevant evidence.


Cloudflare Logo