Page Menu
Home
Software Heritage
Search
Configure Global Search
Log In
Files
F8394828
named.conf.erb
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
858 B
Subscribers
None
named.conf.erb
View Options
# This file is managed by puppet - changes will be lost
include "
<%=
@confdir
%>
/acls.conf";
include "
<%=
@confdir
%>
/keys.conf";
include "
<%=
@confdir
%>
/views.conf";
<%-
if
@statistics_port
-%>
statistics-channels {
inet 127.0.0.1 port
<%=
@statistics_port
%>
allow { 127.0.0.1; };
};
<%-
end
-%>
options {
directory "
<%=
@cachedir
%>
";
<%-
if
@forwarders
and
@forwarders
!=
''
-%>
forwarders {
<%-
Array
(
@forwarders
)
.
each
do
|
forwarder
|
-%>
<%=
forwarder
%>
;
<%-
end
-%>
};
<%-
end
-%>
auth-nxdomain
<%=
@auth_nxdomain
?
'yes'
:
'no'
%>
;
listen-on-v6 { any; };
dnssec-enable
<%=
@dnssec
?
'yes'
:
'no'
%>
;
<%-
if
@dnssec
-%>
dnssec-validation yes;
dnssec-lookaside auto;
<%-
end
-%>
<%-
if
@version
!=
''
-%>
version "
<%=
@version
%>
";
<%-
end
-%>
};
<%-
if
@include_local
-%>
include "
<%=
@confdir
%>
/named.conf.local";
<%-
end
-%>
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Jun 4 2025, 7:29 PM (9 w, 4 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3399207
Attached To
rSPBIND puppet-inkblot-bind
Event Timeline
Log In to Comment