greyrat.dev is a service that allows developers to get a sweet-looking .greyrat.dev
domain for their personal websites.
- Fork this repository
- Add a new file called
your-domain-name.json
in thedomains
folder to registeryour-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!
{
"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
}
⚠️ 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.
If you find any subdomains being used for abusive purposes, please report them by creating an issue with the relevant evidence.
