Free subdomains for personal sites, open-source projects, and more.
Want to find services similar to this? Take a look on free-for.dev.
If you like this service and want us to continue running it, please consider donating!
Make sure to join our Discord server: https://discord.gg/kVjkg6VBwa
Offered Domains |
---|
is-local.org |
is-not-a.dev |
localplayer.dev |
Wildcard domains (like
*.example.is-not-a.dev
) are supported too, but the reason for their registration should be very clear and described in detail.
Setting | is-local.org |
is-not-a.dev |
localplayer.dev |
---|---|---|---|
DNSSEC | ✅ | ✅ | ✅ |
✅ | ✅ | ✅ | |
SSL/TLS* | Full | Full | Full |
Always Use HTTPS* | ✅ | ✅ | ✅ |
HTTP Strict Transport Security (HSTS) | ✅ | ✅ | ✅ |
Minimum TLS Version* | 1.2 | 1.2 | 1.2 |
Opportunistic Encryption, TLS 1.3* | ✅ | ✅ | ✅ |
WAF (Web Application Firewall)* | Medium Security Level | Medium Security Level | Medium Security Level |
Browser Integrity Check* | ✅ | ✅ | ✅ |
Caching Level, Browser Cache TTL * | Standard, 4 hours | Standard, 4 hours | Standard, 4 hours |
Crawler Hints* | ✅ | ✅ | ✅ |
HTTP/2, HTTP/2 to Origin, HTTP/3 (with QUIC) * | ✅ | ✅ | ✅ |
0-RTT Connection Resumption* | ✅ | ✅ | ✅ |
gRPC, WebSockets* | ✅ | ✅ | ✅ |
Pseudo IPv4* | Add header | Add header | Add header |
IP Geolocation (HTTP header CF-IPCountry )* |
✅ | ✅ | ✅ |
Maximum Upload Size* | 100 MB | 100 MB | 100 MB |
*Only available when your domain has Cloudflare's proxy ("proxy": true
) enabled
- Star and Fork this repository
- Add a new file called
example.domain.json
in the/domains
folder to registerexample
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": "Project Description",
"domain": "is-not-a.dev",
"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
}
- Your pull request will be reviewed and merged. Please, don't ignore the pull requestchecklist. 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!
- After the pull request is merged, please allow up to 24 hours for the changes to propagate (usually, it takes 5..15 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 pull request.
This project is under the MIT License.
The CI which this service uses is forked from here.