From 83b60b63d89e1b4704e8e13a718e5b56e029ea1b Mon Sep 17 00:00:00 2001
From: "rf@worldstream.nl" <rf@worldstream.nl>
Date: Mon, 21 Oct 2019 11:29:21 +0200
Subject: [PATCH] MYSQL_DNSSEC tag added in README

---
 README.md | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/README.md b/README.md
index 485c718..8992c63 100644
--- a/README.md
+++ b/README.md
@@ -7,6 +7,7 @@
 
 * Small Alpine based Image
 * MySQL (default), Postgres, SQLite and Bind backend included
+* DNSSEC support optional
 * Automatic MySQL database initialization
 * Latest PowerDNS version (if not pls file an issue)
 * Guardian process enabled
@@ -48,7 +49,9 @@ $ docker run --name pdns \
   * `MYSQL_USER=root`
   * `MYSQL_PASS=root`
   * `MYSQL_DB=pdns`
+  * `MYSQL_DNSSEC=yes`
 * Want to disable mysql initialization? Use `MYSQL_AUTOCONF=false`
+* DNSSEC is disabled by default
 * Want to use own config files? Mount a Volume to `/etc/pdns/conf.d` or simply overwrite `/etc/pdns/pdns.conf`
 
 **PowerDNS Configuration:**