• Stars
    star
    777
  • Rank 58,248 (Top 2 %)
  • Language
    JavaScript
  • Created almost 2 years ago
  • Updated about 2 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

๐ŸŒ DNS configuration for some of my domains


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.

More Repositories

1

error-pages

๐Ÿšง Pretty server's error pages in the docker image & git repository (for traefik, k8s, nginx and so on)
Go
823
star
2

random-user-agent

๐Ÿ˜Ž Browser extension that automatically replaces the User-Agent with a randomized one
TypeScript
567
star
3

mikrotik-hosts-parser

โœ‚ Mikrotik hosts parser
Go
249
star
4

laravel-roadrunner-in-docker

๐Ÿš€ An example of Laravel app that runs in a docker container with RoadRunner
PHP
176
star
5

webhook-tester

๐Ÿ”ญ The powerful tool to test webhooks and not only
Go
171
star
6

3proxy-docker

๐Ÿ“ฒ Docker image with 3proxy - Tiny free proxy server
Dockerfile
120
star
7

nod32-update-mirror

๐Ÿ”ถ [WIP] ESET Nod32 Updates Mirror
Shell
107
star
8

tinifier

๐Ÿผ CLI client for images compressing using tinypng.com API
Go
76
star
9

node-docker

๐Ÿณ Docker image, based on node, with git, bash, and openssh
Dockerfile
51
star
10

indocker-app

๐Ÿ’ฅ Domain names with valid SSL for your local docker containers
Go
33
star
11

curl-docker

๐Ÿฆพ curl (static binary file) in a scratch docker image
Dockerfile
22
star
12

mustpl

๐Ÿงฐ Logic-less CLI templating tool
C
21
star
13

hydra-docker

๐Ÿ™ Dockerized hydra application
Dockerfile
6
star
14

rssbot-docker

๐Ÿค– Docker image with lightweight Telegram RSS notification bot
Dockerfile
5
star
15

colors

๐Ÿฆœ One more Go library for using colors in the terminal console
Go
4
star
16

go-filecache

โšก File-based cache with entries expiration, checksum validation and others
Go
3
star
17

tarampampam

โœจ I found a secret โœจ
HTML
2
star
18

http-proxy-daemon

๐Ÿ’Ž Http Proxy Daemon
Go
2
star
19

arduino-deps-installer

๐ŸŽฏ Arduino sketch dependencies installer
Go
1
star
20

urfave-cli-docs

๐Ÿ“š CLI usage docs generator (markdown)
Go
1
star
21

arduino-elscooter-lighting

๐Ÿ”ฉ My electric scooter lighting firmware
C++
1
star