An open API service indexing awesome lists of open source software.

https://github.com/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.
https://github.com/k-foss/distributed-dns

bind9 distributed-systems dns graphql webadmin

Last synced: 6 months ago
JSON representation

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.

Awesome Lists containing this project

README

        

# 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

```YAML
version: '3.7'

```

## Development

**This is geared towards VS-Code with the [Remote Containers](https://marketplace.visualstudio.com/items?itemName=ms-vscode-remote.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

```

```