Azer0s / alexandria

A simple DNS server

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

alexandria

A simple DNS server

Getting started

Build the docker image and configure with the following environment variables:

LOG_LEVEL="TRACE|DEBUG|INFO|WARN|ERROR|FATAL|PANIC - the log level"
LOG_JSON="true|false - whether or not to log in JSON format to STDIO"
PRINT_TITLE="true|false - whether or not to print the title screen/version number to STDIO"
HOSTNAME="the hostname on which to serve the DNS server"
PORT="the port on which to server the DNS server"

Contributors

Credits

Mad props go to

About

A simple DNS server

License:MIT License


Languages

Language:Go 99.0%Language:Dockerfile 1.0%