Giter Club home page Giter Club logo

free-domains's Introduction



Tests Status Deploy Status

Free subdomains for personal sites, open-source projects, and more. Here is a list of supported domain names:

Domain name Features
โšก *.is-an.app cf dnssec ssl
โšก *.1bt.uk cf dnssec

Wildcards (like *.foo.is-an.app) are supported too, but the reason for their registration should be very clear and described in detail.

Why?

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?

Domains settings

Option *.is-an.app *.1bt.uk
DNSSEC โœ… โœ…
Email โŒ โŒ
SSL/TLS * Full Flexible
Always Use HTTPS * โœ… โŒ
HTTP Strict Transport Security (HSTS) โœ… โŒ
Minimum TLS Version * TLS 1.2 TLS 1.2
Opportunistic Encryption, TLS 1.3 * โœ… โœ…
WAF (Web Application Firewall) * โœ… (Medium Security Level) โœ… (Medium Security Level)
Browser Integrity Check * โœ… โœ…
Caching Level, Browser Cache TTL * 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
IP Geolocation (HTTP header CF-IPCountry) * โœ… โœ…
Maximum Upload Size * 100 MB 100 MB

* Available only when proxying ("proxy": true) is enabled

How to get one?

  1. Star and fork this repository (follow this guide if you don't know how to make a contributions)
  2. Add a new file called <your-subdomain-name>.<root-domain>.json in the ./domains folder to register <your-subdomain-name> 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": "<describe your project in this field>",
  "domain": "<is-an.app or 1bt.uk - select one>",
  "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

  1. 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!
  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 PR.

If you don't know...

  • What is GitHub pages and how to set up a custom domain, read the docs here
  • The difference between A, CNAME, and other record types, the article on Wikipedia is here

๐Ÿ” A few similar services can be found here.

free-domains's People

Contributors

tarampampam avatar gamersindo1223 avatar oreoreki avatar aquaquokka avatar sevenworksdev avatar tiennm99 avatar ericbaobao avatar at16web avatar m1dnight-ofcl avatar wdhdev avatar darvzac avatar zeusgangproject avatar amol234545 avatar dependabot[bot] avatar ourstorycomic avatar valhk avatar yandao0313 avatar familycomicsstudios avatar oshekharo avatar notqwertz avatar it-personality avatar hieser21 avatar freshpenguin112 avatar fabiusbile avatar ben569483 avatar avalynndev avatar aniruddhnishad avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.