From ef7d91ad2c8eed99e7c6286415c4bb0d70b40480 Mon Sep 17 00:00:00 2001 From: Fabio Rauber Date: Tue, 27 Apr 2021 09:57:36 -0300 Subject: [PATCH] Fix error in README doc --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2afceaa..88de50d 100644 --- a/README.md +++ b/README.md @@ -46,9 +46,9 @@ mysql: ## Environment Variables Supported -Any setting from https://doc.powerdns.com/authoritative/settings.html is supported. Just add the prefix "PDNS\_" and replace any hyphens (-) with underscore (\_). Example: +Any setting from https://doc.powerdns.com/authoritative/settings.html is supported. Just add the prefix "PDNSCONF\_" and replace any hyphens (-) with underscore (\_). Example: -``` allow-axfr-ips ===> PDNS_ALLOW_AXFR_IPS ``` +``` allow-axfr-ips ===> PDNSCONF_ALLOW_AXFR_IPS ``` ### Additional Environment Variables: