Skip to content

albumcovers/register

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Open Domains

Free subdomains for personal sites, open-source projects, and more.

Notice

While we do support NS records we now only now accept NS records for valid reasons.

We have the right to take away your subdomain with no notice.

Domains

Wildcard domains (like *.also.has-co.de) are supported too, but the reason for their registration should be very clear and described in detail.

Unsupported Services

We currently do not support Cloudflare (for NS), Netlify (for website) or Vercel (for websites).

Register a Domain

  1. Star and Fork this repository
  2. Add a new file called example.has-co.de.json in the /domains folder to register example subdomain
  3. Edit it (below is just an example, provide a valid JSON file with your needs, the format is very strict; format you can check here):
{
  "$schema": "../schemas/domain.schema.json",

  "description": "Project Description",

  "domain": "has-co.de",
  "subdomain": "example",

  "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"],
    "NS": ["ns1.example.com", "ns2.example.com"],
    "TXT": ["example_verification=1234567890"]
  },

  "proxy": false
}
  1. Your pull request will be reviewed and merged. Please don't ignore the pull request checklist. If you ignore the checklist, your pull request will be ignored too. Make sure to keep an eye on it in case we need you to make any changes!
  2. After the pull request is merged, please allow up to 24 hours for the changes to propagate (usually, it takes 5..15 minutes)
  3. Enjoy your new domain!

Domains used for illegal purposes will be removed and permanently banned. Please, provide a clear description of your resource in the pull request.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%