From 3ef9966607822a160940926e077028c6996db863 Mon Sep 17 00:00:00 2001 From: Fabio Rauber Date: Fri, 24 Jun 2016 14:22:07 -0300 Subject: [PATCH] Updated README --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 43ee4af..5e92431 100644 --- a/README.md +++ b/README.md @@ -40,6 +40,12 @@ mysql: - MYSQL_PASSWORD=pdnspw ``` +## Environment Variables Supported + +Any setting from https://doc.powerdns.com/3/authoritative/settings/ is supported. Just add the prefix "PDNS\_" and replace any hyphens (-) with underscore (\_). Example: + +``` allow-axfr-ips ===> PDNS_ALLOW_AXFR_IPS ``` + ## Running ```