Coder Social home page Coder Social logo

is-cool-me / register Goto Github PK

View Code? Open in Web Editor NEW
78.0 1.0 37.0 977 KB

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

Home Page: https://is-cool.me/

License: MIT License

JavaScript 28.16% Python 71.84%
cloudflare dns domain domains free free-domain free-domains free-subdomain github-pages subdomain

register's Introduction

is-cool.me

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

Want to find services similar to this? Take a look on Open Domains.

Notice

NS records are no longer supported. Existing domains are unaffected.

Donate

If you like this service and want us to continue running it, please consider donating!

Discord Server

Make sure to join our Discord server: https://discord.gg/N8YzrkJxYy

Domains

Available Domains
*.is-app.tech
*.is-cool.me

Wildcard domains (like *.example.is-cool.me) 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).

This will hopefully be fixed soon.

Settings

Setting is-app.tech is-cool.me
DNSSEC
Email
SSL/TLS* Full Full
Always Use HTTPS*
HTTP Strict Transport Security (HSTS)
Minimum TLS Version* 1.2 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

*Only available when your domain has Cloudflare's proxy ("proxied": true) enabled

Register

CLI (recommended)

  1. Install the CLI using this command:
npm install @is-cool.me/cli -g
  1. Login to the CLI:
ic login
  1. Register a domain and follow the steps:
ic register

Manual

  1. Star and Fork this repository.
  2. Add a new file called example.domain.json in the /domains folder to register example subdomain.
  3. Edit the file (below is just an example, provide a valid JSON file with your needs, the format is very strict.
{
    "domain": "is-app.tech",
    "subdomain": "example",

    "owner": {
        "username": "yourgithubusername",
        "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": "mx1.example.com"
        },

        {
            "priority": 20,
            "value": "mx2.example.com"
        }
            ],
        "TXT": [
            {
                "name": "@",
                "value": "example_verification=1234567890"
            }
        ]
    },

    "proxied": 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.

Credits

Credit of this repo goes to Open Domains and Free Domains.

License

This project is under a MIT License.

register's People

Contributors

aaron2305 avatar abdelmasieh01 avatar akpi816218 avatar atlasl1 avatar codedbyty avatar dependabot[bot] avatar enfrade avatar heyayyu avatar icme-bot avatar is-cool-me[bot] avatar iwantpiz avatar jinix6 avatar khongphaihoangquanghuy avatar lhfd-bot avatar libraryalwar avatar lighthostingfree avatar mayankservers avatar onxs avatar opott avatar renovate[bot] avatar ririko5834 avatar ryanisyydstt avatar ryuxyro avatar sekler09 avatar sha512windows avatar shadowgaming100 avatar unstoppablerizz avatar wadwdwd avatar xcx0902 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

Watchers

 avatar

register's Issues

Domain is still pointing somewhere else

I configured my subdomain leafyleaf.is-cool.me with a CNAME record to point to a GitHub Pages site in #33 a couple of days ago, but it's still pointing somewhere else. Running a DNS check returns these A records but no CNAME.

dig output:

$ dig leafyleaf.is-cool.me +nostats +nocomments +nocmd
;leafyleaf.is-cool.me.          IN      A
leafyleaf.is-cool.me.   300     IN      A       104.21.14.153
leafyleaf.is-cool.me.   300     IN      A       172.67.203.192

DNS check unsuccessful

Your question

We were unable to verify ownership of me.is-cool.me. We couldn't find the TXT record. Note that DNS changes can take up to 24 hours.

Profiles

Help to see if the configuration is correct and what to do

Credits

Hi, I'm the owner of Free Domains and an administrator of Open Domains, I see you have copied our CLI and register repo code.

We would appreciate if you would provide credit in the README of both the CLI and register repositories.

Feedback/suggestion

What do you want added?

Hello! A few days ago, in is-a.dev, a week ago, a lot of people started receiving phishing emails, and it was caused because on the JSON files, there was an email form to fill, and some guys scrapped all the emails from there. I think the email type can be replaced with Discord just to prevent phishing.

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.