Free subdomains for personal sites, open-source projects, and more. Here is a list of supported domain names:
Domain name | Features |
---|---|
β‘ *.is-a.co |
Wildcards (like
*.foo.is-a.co
) are supported too
First of all, I want to answer one important question - "Why are you giving out domains for free?". Because sometimes I need domains for my pet projects, and instead of buying new domains every time, I decided to buy one for everyone, and use subdomains. And why not share them with the community?
Option | *.is-a.co |
---|---|
DNSSEC | β |
β | |
SSL/TLS * | Full |
Always Use HTTPS * | β |
HTTP Strict Transport Security (HSTS) | β |
Minimum TLS Version * | TLS 1.2 |
Opportunistic Encryption, TLS 1.3 * | β |
WAF (Web Application Firewall) * | β (Medium Security Level) |
Browser Integrity Check * | β |
Caching Level, Browser Cache TTL * | Auto, 4 hours |
Crawler Hints * | β |
HTTP/2, HTTP/2 to Origin, HTTP/3 (with QUIC) * | β |
0-RTT Connection Resumption * | β |
gRPC, WebSockets * | β |
Pseudo IPv4 * | Add header |
IP Geolocation (HTTP header CF-IPCountry ) * |
β |
Maximum Upload Size * | 100 MB |
*
Available only when proxying ("proxy": true
) is enabled
- Star and fork this repository
- Add a new file called
<your-subdomain-name>.<root-domain>.json
in the./domains
folder to register<your-subdomain-name>
subdomain - 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": "<describe your project in this field>",
"domain": "is-a.co",
"subdomain": "<your subdomain name>",
"owner": {
"repo": "<https://URL/to/the/repository/with/subdomain/content/sources>",
"email": "<[email protected]>"
},
"record": {
"CNAME": "<cname-domain>",
"TXT": ["list", "of", "required", "txt", "records"],
"A": ["list", "of", "IPv4", "addresses", "like", "a", "127.0.0.1"],
"AAAA": ["list", "of", "IPv6", "addresses", "like", "a", "::1"],
"NS": ["list", "of", "nameservers"]
},
"proxy": false // disable the CF proxy, proxying is always enabled by default
}
For the more details about the format, please, check the JSON schema
- Your pull request will be reviewed and merged. Please, don't ignore the PR checklist. If you ignore this repository rules, your PR will be ignored too. Make sure to keep an eye on it in case we need you to make any changes!
- After the pull request is merged, please allow up to 24 hours for the changes to propagate (usually, it takes about 5 minutes)
- 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 PR.