Coder Social home page Coder Social logo

free-domains / register Goto Github PK

View Code? Open in Web Editor NEW
548.0 2.0 304.0 1019 KB

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

License: MIT License

JavaScript 100.00%
developer-freebie domain domains free free-domain free-domains free-for-dev free-for-developers free-to-use subdomain

register's Introduction

๐ŸŒ Free Domains

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

Domains

Warning

We do not support Netlify or Vercel due to SSL limitations.

๐Ÿ“ Register

๐ŸŒ Supported Domains

๐Ÿ“œ Getting Started

  1. Check if your desired domain is available using our domain checker.
  2. Select a method below to show instructions on how to register a domain.
โŒจ๏ธ CLI (recommended)
  1. Install the CLI

You can install the CLI by running the following command:

npm install @free-domains/cli -g
  1. Login to the CLI

Run the following command to login to the CLI and follow the steps.

domains login
  1. Register a domain

Run the following command and follow the steps to register a subdomain.

domains register
๐Ÿ“ Manual
  1. Fork this repository.
  2. Add a new file called example.domain.dev.json in the /domains folder to register the example subdomain on the domain.dev. - A list of supported domains can be found here.
  3. Edit it to meet your needs. - The file listed below is just an example, provide a valid JSON file with your needs. - Make sure to remove any records that aren't needed.
{
    "domain": "is-a-fullstack.dev",
    "subdomain": "example",

    "owner": {
        "email": "[email protected]"
    },

    "records": {
        "A": ["1.1.1.1", "1.0.0.1"],

        "AAAA": ["2606:4700:4700::1111", "2606:4700:4700::1001"],

        "CNAME": "example.com",

        "MX": [
            {
                "priority": 10,
                "value": "mx.example.com"
            }
        ],

        "TXT": [
            {
                "name": "@",
                "value": "example_verification=1234567890"
            }
        ]
    },

    "proxied": false
}
  1. Your pull request will be reviewed and merged. - Do not ignore the pull request checklist, this is required. - Make sure to keep an eye on your pull request 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 (in most cases it takes up to 5 minutes)
  3. Enjoy your new domain!

โš™๏ธ Domain Settings

Setting Option
DNSSEC โœ…
Email โœ…
SSL/TLS1 Full
Always Use HTTPS1 โœ…
HTTP Strict Transport Security (HSTS) โœ…
Minimum TLS Version1 1.0
Opportunistic Encryption, TLS 1.31 โœ…
WAF (Web Application Firewall)1 Medium Security Level
Browser Integrity Check1 โœ…
Caching Level, Browser Cache TTL1 Standard, 4 hours

Footnotes

  1. Only available when your domain has proxied set to true. โ†ฉ โ†ฉ2 โ†ฉ3 โ†ฉ4 โ†ฉ5 โ†ฉ6 โ†ฉ7

register's People

Contributors

chiragnahata avatar code4-fun4 avatar compcoder007 avatar da-kurlzzzzz avatar dev-dibster avatar dkwygtig avatar fajarhikmal214 avatar gonjubazz avatar johna-123 avatar kyro3400 avatar midnightspectre avatar neongamerbot-qk avatar nguyenvh2k avatar notnotrachit avatar potato391 avatar qwerty-qwerty88 avatar rdwz avatar realamp1 avatar robsd avatar serariana avatar shadyamr avatar shim128 avatar sivvv0 avatar sxurabh avatar taintedvalor avatar tr1xem avatar vadimololo19 avatar wdhdev avatar xx-moonwalker-xx avatar y2k38bug avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

register's Issues

shorter domains?

the whole point of me (and most os us) getting free subdomains is to have short urls to type

so maybe try something like *.is-js.dev or *.built-an.app and people might be intrested

Add is-super.cool

humble request to add is-super.cool domain
because it sounds way great than the front, back and full stack dev domains, plus it also sounds better than those, it would be super cool ig you also add that domain. I hope you consider my suggestion, thanks :D

Discontinuation of is-a-backend.dev & is-a-frontend.dev

On Jan 27, 2024, the is-a-backend.dev and is-a-frontend.dev domains will expire. They will not be renewed as they have not been used as much as it is worth it to keep renewing the domain names.

I would recommend either migrating your site over to is-a-fullstack.dev or another domain service (such as is-a.dev or Open Domains). We will also most likely not be renewing the freesubdomains.org domain name either. This will most likely not be replaced and the website, subdomain checker, etc will be archived or moved.

Please note, I will keep is-a-fullstack.dev however as it has many more subdomains on it than the others.

I appreciate everyone's support in making this hard decision.

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.