/coolmains-dns

Primary LanguageTypeScriptMIT LicenseMIT

coolmains

a project providing free domains (ETLD+1s)

how do i get one of these

create a file in the zone folder you want to get a domain on and add stuff to it:

// dns/zones/ismakingsomething.cool./williamhorning.json
[
	{
		"label": "@",
		"type": "CNAME",
		"value": "google.com"
	},
	...
]

support

join the discord server or shoot us an email

contributors

thanks to Nate Sales for providing Packetframe access

thanks to Keaton AG Lair for providing the domains used

the code in this repo is written by William Horning and is released under the MIT license