From a9e8a07c5ac3bd9f6a02265e2ed6d0466b1b65b3 Mon Sep 17 00:00:00 2001 From: ale Date: Mon, 14 Dec 2020 21:59:44 +0100 Subject: [PATCH] README --- README.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..70dc4a7 --- /dev/null +++ b/README.md @@ -0,0 +1,19 @@ +# DNS Bind9 docker + +## Configure + +``` +Edit [command.sh](/bind/command.sh) file properties before run +``` + +## Run + +``` +docker-compose up -d +``` + +#### by default all queries are logged under `/var/log/querylog` + +## License + +### Mit \ No newline at end of file