Please sign in to access this page

yourdns

yourdns

13 devlogs
14h 22m
•  Ship certified
Created by Milk_Cool

yourdns is a domain name registrar and certificate authority made to provide free domains and TLS certificates – yes, just like freenom back in the good old days! it doesn't depend on any other companies, which is achieved by having our own CA certificate and DNS server (which still works with regular websites, by the way). this is especially useful for small personal projects and IoT projects.

Timeline

Ship 1

0 payouts of shell 0 shells

Milk_Cool

26 days ago

Milk_Cool Covers 13 devlogs and 14h 22m

Created a docker-compose config file, wrote some readmes and deployed the whole thing to my server.

Update attachment

made the frontpage

Update attachment

Added the options to delete or transfer a domain.

Update attachment

Since certbot obviously won't work with this, i've decided to add the option to generate certificates with my own certificate authority! This will allow you to set up TLS on your website if needed.

Update attachment

Added a domain registration page

Update attachment

Finished working on the record management page.

Update attachment

I implemented adding new records and added a couple security fixes so that you can't edit someone else's domain.

Update attachment

Made a record management page! (It doesn't look that good though, might fix that later)

Update attachment

Implemented oauth with google, domain fetching and started working on the frontend

Update attachment

Starting working on the website! I'm gonna be learning Next and React while working on this project :D

Update attachment

Implemented the whole API -- everything i'll need, at least

Update attachment

Implemented all API endpoints for domain management, and also wildcards! (See screenshot)

Update attachment

I created a minimal DNS server, a minimal database for storing the domains and a minimal internal API to manage it :D

Update attachment