Support for "forward" statement
Add "forward" statement in options { } block in named.conf.
This commit is contained in:
@@ -20,6 +20,9 @@ options {
|
||||
<%= forwarder %>;
|
||||
<%- end -%>
|
||||
};
|
||||
<%- end -%>
|
||||
<%- if @forward != '' -%>
|
||||
forward <%= @forward %>;
|
||||
<%- end -%>
|
||||
auth-nxdomain <%= @auth_nxdomain ? 'yes' : 'no' %>;
|
||||
listen-on-v6 { any; };
|
||||
|
||||
Reference in New Issue
Block a user