Giter Club home page Giter Club logo

free-domains's Introduction



Tests Status Deploy Status badge-domains

Due to numerous nonsensical domain requests since the creation of this repository, I have temporarily restricted interactions to previously contributed developers.

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. Open an issue before the wildcard subdomain request with a clear description.

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?

Please, register domains only for existing projects - empty or misconfigured sites will be removed after some time (I do it manually, with notifications before the cleaning).

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. Make a PR to 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>.js (in lower case) in the ./domains folder to register <your-subdomain-name> subdomain
  3. Edit it (below is just an example, provide a valid JS file with your needs):
// for more details watch the file `./domains.d.ts`

addSubDomain({
  description: '...', // describe your project in this field
  domain: '1bt.uk', // aka "root-domain". select between '1bt.uk' and 'is-an.app'
  subdomain: 'foobar', // desired subdomain name
  owner: {
    repo: '<https://URL/to/the/repository/with/your/project/sources/if/it/is/public>',
    email: '<[email protected]>',
  },
  record: {
    CNAME: '<cname-domain>', // e.g.: <your-github-account>.github.io
    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 Cloudflare proxy (with is enabled by default). In this case, your origin server
                  // should provide valid a SSL certificate and protection CF will be disabled
  // nested: [{ // in addition, you may define the required nested subdomains
  //   subdomain: 'foo',
  //   record: {
  //     CNAME: '...',
  //   },
  //   proxy: false,
  // }, {
  //   subdomain: 'bar',
  //   record: {
  //     A: ['...'],
  //   },
  //   proxy: true,
  // }]
})
  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.

โš  To validate the project domain, registered on the Vercel platform - please, provide full information about the required verification records in the PR description or separate issue. I need to add them to the DNS zone manually. A correct PR example can be found here.

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

abkux avatar accelerator-ow avatar aquaquokka avatar at16web avatar athif251 avatar avalynndev avatar axorax avatar dependabot[bot] avatar doctorstrange49 avatar dyq94310 avatar epikcoder avatar ericbaobao avatar familycomicsstudios avatar gamersindo1223 avatar h1zqeel avatar huseyin-cinar avatar legendsayantan avatar lequan2909 avatar martintintin3 avatar oniondev1885 avatar oreoreki avatar polyanthi avatar rdp-studio avatar sammy970 avatar sevenworksdev avatar srevelio avatar swargaraj avatar sx-9 avatar tarampampam avatar tiennm99 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  avatar  avatar  avatar  avatar

free-domains's Issues

Domains cleanup #2

The following subdomains will be removed soon:

If you wish to keep your domain, please, solve the problem described in the brackets and poke me in the comments.

query

is your subdomain support replit.

something happened

so something happened with my host and now it says my site https://bengames.is-an.app isn't CNAME pointed to my site even though it is, not sure if this is an issue with the host or the is-an.app domain

image

Domains cleanup

The following subdomain will be removed soon:

  • waifu.is-an.app (SSL handshake failed) @Oreki-Dev
  • survival2d.is-an.app (CNAME Cross-User Banned) @tiennm99
  • rwbox.is-an.app (There isn't a GitHub Pages site here) @ourstorycomic
  • gamingella.is-an.app (There isn't a GitHub Pages site here) @rhysjamesmason
  • cosmo.is-an.app (Placeholder) @valhk
  • bengames.is-an.app (NET::ERR_CERT_COMMON_NAME_INVALID) @Ben569483
  • aniruddh.is-an.app (Placeholder) @aniruddhnishad

Netlify support

Hello, i'd like to know if it works if I add a subdomain into Netlify domains management of my page.
Thank you

Domains cleanup #4

The following subdomains will be removed soon:

  • ontariochess.is-an.app (Site not found) @PolarisChess
  • ankit-acquaintsoft.is-an.app (mass-registered) @ankit-acquaintsoft
  • athif.is-an.app (Site not found) @Athif5025
  • axorax.is-an.app (NET::ERR_CERT_COMMON_NAME_INVALID) @Axorax
  • bhavesh-acquaintsoft.is-an.app (mass-registered) @bhavesh-acquaintsoft
  • darvapi.is-an.app (ERR_SSL_PROTOCOL_ERROR) @darvzac
  • gandom.is-an.app (redirection) @sarzaminonline
  • gd.1bt.uk (site does not support HTTPS) @masckmaster2007
  • kakala.1bt.uk (site does not support HTTPS) @Leslie-Wong
  • malwatch.1bt.uk (site does not support HTTPS) @dqmn
  • saikat.is-an.app (NET::ERR_CERT_COMMON_NAME_INVALID) @mirzasaikatahmmed
  • shapehouse.is-an.app (NET::ERR_CERT_DATE_INVALID) @shapehouse
  • survival2d.is-an.app (Error 1014: CNAME Cross-User Banned) @tiennm99
  • tasknclaim.1bt.uk (site does not working) @Techiton
  • thedevcorner.is-an.app (NET::ERR_CERT_COMMON_NAME_INVALID) @VienDeveloper
  • trung2703.is-an.app (Site not found) @trung6689
  • wx.is-an.app (ERR_TUNNEL_CONNECTION_FAILED) @wxxxcxx

If you wish to keep your domain, please, solve the problem described in the brackets and poke me in the comments.

Domains cleanup #5

The following subdomains will be removed soon:

  • axo.is-an.app (NET::ERR_CERT_COMMON_NAME_INVALID) @Axorax
  • bakalari.is-an.app (no content) @danielsebesta
  • board.is-an.app (redirection) @Rahuletto
  • ceres.is-an.app (404) @anantnrg
  • groovydeng.is-an.app (SSL handshake failed) @dyq94310
  • newstorm.1bt.uk (placeholder) @NewStorm-0
  • parris.is-an.app (ERR_SSL_PROTOCOL_ERROR) @Faris0520
  • rewards.is-an.app (placeholder) @legendsayantan
  • spotube.is-an.app (Site Not Found) @RaptaG
  • todolist.is-an.app (ERR_SSL_PROTOCOL_ERROR) @DaGuyComensal
  • woa7.1bt.uk (404) @woa7
  • young97.is-an.app (ERR_TUNNEL_CONNECTION_FAILED) @yangchz

Domains cleanup #6

The following subdomains will be removed soon:

  • sing.is-an.app (NET::ERR_CERT_AUTHORITY_INVALID) @dyq94310
  • simba.is-an.app (NET::ERR_CERT_AUTHORITY_INVALID) @MartinTintin3
  • programmershouse-api.is-an.app (ERR_SSL_PROTOCOL_ERROR) @z4developer
  • murasaki.is-an.app (ERR_TUNNEL_CONNECTION_FAILED) @OreOreki
  • mercurybot.is-an.app (DEPLOYMENT_NOT_FOUND) @ToastedDev
  • mason.is-an.app (This service has been suspended) @Hieser21
  • freewh.1bt.uk (the site does not support HTTPS) @OnionDev1885
  • duocord.is-an.app (Legacy Hosting) @Toxiccofes
  • docgenerator.is-an.app (ERR_SSL_PROTOCOL_ERROR) @fauzi-ardi
  • daya.is-an.app (ERR_SSL_PROTOCOL_ERROR) @SrEvelio
  • csmos.1bt.uk (the site does not support HTTPS) @ToastedDev
  • chino.is-an.app (ERR_TUNNEL_CONNECTION_FAILED) @AutumnVN
  • calci.is-an.app (Site not found) @AxewBoTX
  • atcoin.is-an.app (SSL handshake failed) @familycomicsstudios

Domains cleanup #3

The following subdomains will be removed soon:

  • yashh-chauhan.is-an.app (NET::ERR_CERT_COMMON_NAME_INVALID) @yashh-chauhan
  • strange1.is-an.app (NET::ERR_CERT_COMMON_NAME_INVALID) @DoctorStrange49
  • rohit-sony.is-an.app (NET::ERR_CERT_COMMON_NAME_INVALID) @rohit-sony
  • pinger.is-an.app (Invalid SSL certificate) @LittleSoldierGaming
  • gandom.is-an.app (502 Bad Gateway) @sarzaminonline
  • future.is-an.app (NET::ERR_CERT_COMMON_NAME_INVALID) @Huseyin-Cinar
  • emofy.is-an.app (DEPLOYMENT_NOT_FOUND) @abkux
  • doctor7.is-an.app (Placeholder) @DoctorStrange49
  • clean-badges.is-an.app (ERR_SSL_PROTOCOL_ERROR) @swargarajbhowmik
  • brawlmatic.is-an.app (ERR_TUNNEL_CONNECTION_FAILED) @DEV-DIBSTER
  • bk7c.is-an.app (NET::ERR_CERT_COMMON_NAME_INVALID) @Epikcoder
  • bengames.is-an.app (Website is no longer available) @Ben569483
  • beegobee.is-an.app (Error 1003: Direct IP access not allowed) @ommarkkarim
  • acceleratorow.1bt.uk (Web server is down) @Accelerator-OW

If you wish to keep your domain, please, solve the problem described in the brackets and poke me in the comments.

Hosting

Do you know any Hosting site through which i can upload my webpage on these free subdomain?

Or how to upload my HTML webpage on these free subdomain?

How to give away subdomains myself ?

Hello,

I have a 4-letter FQDN that will serve a free and open source URL shortener.

As a secondary use for it, I'm thinking about giving away subdomains too.

How can I do that ?

Thanks

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.