K-FOSS / Distributed-DNS

Distributed DNS is a DNS Management system that allows you to run a container serving your DNS zones anywhere with an internet connection with automatic pushing of updated zones to all subscribers.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Distributed DNS

Production Usage

Distributed-DNS is designed to be deployed in production using docker-compose. All images are built automatically on every stable master commit and pushed to GitHub package registry. You will need to be logged into the Docker GitHub Package Registry on your server.

Here is an example docker-compose.yml file

version: '3.7'

Development

This is geared towards VS-Code with the Remote Containers

Clone this repo


git clone https://github.com/KristianFJones/Distributed-DNS.git

Open the Sub folder of what part you want to work in VS-Code and accept the open in contianer notification that appears.

API


About

Distributed DNS is a DNS Management system that allows you to run a container serving your DNS zones anywhere with an internet connection with automatic pushing of updated zones to all subscribers.


Languages

Language:TypeScript 99.5%Language:Dockerfile 0.5%