Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions dns/bind/src/etc/namedb/named.conf.options.d/00-README.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Custom BIND Options Directory
#
# Place your custom BIND options in .conf files in this directory
# Files are included in alphabetical order
#
# Examples:
# response-policy { zone "my.zone"; };
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ options {
};
{% endif %}
{% endif %}
include "/usr/local/etc/namedb/named.conf.options.d/*.conf";
};

{% if helpers.exists('OPNsense.bind.general.rndcalgo') and helpers.exists('OPNsense.bind.general.rndcsecret') %}
Expand Down