MinimalDNS
Minimal DNS service powered by docker and dnsmasq
Summary
| Latest Version | Unknown |
|---|---|
| License | Unknown |
| CI Status | Failing |
| Stars | 1 |
| Forks | 0 |
| Open Issues | 0 |
| Last Commit | 2019-01-17 |
| Downloads | 0 |
| Last Indexed | 2026-08-01 04:45 |
Installation
nimble install MinimalDNS
choosenim install MinimalDNS
git clone https://gitlab.com/ricargoes/minimaldns
OS Compatibility
| Platform | Linux | macOS | Windows | FreeBSD | OpenBSD | NetBSD | Android | iOS | WASM | Embedded |
|---|---|---|---|---|---|---|---|---|---|---|
| MinimalDNS | ✓ | ✓ | ✓ | - | - | - | - | - | - | - |
Source
| Repository | https://gitlab.com/ricargoes/minimaldns |
|---|---|
| Homepage | https://gitlab.com/ricargoes/minimaldns |
| Registry Source | gitlab |
README
MinimalDNS
MinimalDNS sets up a docker container exposing a minimal DNS server.
Comfiguration is done through an /etc/hosts file, in it you can link a domain to an IP address.
Getting started
git clone https://gitlab.com/ricargoes/minimaldns.git
cd minimaldns
cp /etc/hosts etc-hosts
docker-compose up -d
If you do not want to use your /etc/hosts file, just edit etc-hosts as you see fit