diff options
author | Petr Spacek <pspacek@redhat.com> | 2016-03-01 11:13:18 +0100 |
---|---|---|
committer | Petr Vobornik <pvoborni@redhat.com> | 2016-04-28 18:46:06 +0200 |
commit | 89974548891baa6dbbab401913359e398a2cbc57 (patch) | |
tree | 1d99e440a44e15ebdf51914630eb9fdc9f828e72 /install/share | |
parent | 9ee6d379c496cd1648d58a6ecca72ed41638a3f1 (diff) | |
download | freeipa-89974548891baa6dbbab401913359e398a2cbc57.tar.gz freeipa-89974548891baa6dbbab401913359e398a2cbc57.tar.xz freeipa-89974548891baa6dbbab401913359e398a2cbc57.zip |
Extend installers with --forward-policy option
This option specified forward policy for global forwarders.
The value is put inside /etc/named.conf.
https://fedorahosted.org/freeipa/ticket/5710
Reviewed-By: Martin Basti <mbasti@redhat.com>
Diffstat (limited to 'install/share')
-rw-r--r-- | install/share/bind.named.conf.template | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/install/share/bind.named.conf.template b/install/share/bind.named.conf.template index 3c19383c0..eb6d4ae27 100644 --- a/install/share/bind.named.conf.template +++ b/install/share/bind.named.conf.template @@ -8,7 +8,7 @@ options { statistics-file "data/named_stats.txt"; memstatistics-file "data/named_mem_stats.txt"; - forward first; + forward $FORWARD_POLICY; forwarders {$FORWARDERS}; // Any host is permitted to issue recursive queries |