From d44fb0934c008e59c97c9db96bc9b64be2552f74 Mon Sep 17 00:00:00 2001 From: Uwe Kretschmer Date: Tue, 22 Mar 2016 09:29:31 +0100 Subject: [PATCH] Solved issue https://github.com/saltstack-formulas/bind-formula/issues/52. --- pillar.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pillar.example b/pillar.example index 91cde93..11b0883 100644 --- a/pillar.example +++ b/pillar.example @@ -11,7 +11,7 @@ bind: group: named mode: 640 options: - allow-recursion: '{ any; };' # Never include this on a public resolver + allow-recursion: '{ any; }' # Never include this on a public resolver # force bind to serve only one IP protocol (ipv4: 4, ipv6: 6). omitting this reverts to binds default of both. protocol: 4