/etc/bind/named-zones.conf (1)

From RaySoft
#-------------------------------------------------------------------------------
# named-zones.conf
# ================
#
# Project   Gentoo 4 Shuttle DS57Ux
# Scope     Linux
# Copyright 2024 by RaySoft, Zurich, Switzerland
# License   GNU General Public License (GPL) 2.0
#           https://www.gnu.org/licenses/gpl2.txt
#
#-------------------------------------------------------------------------------

zone localhost. IN {
  type master;
  file "pri/localhost.zone";
  allow-update { none; };
};

zone raysoft.loc. IN {
  type master;
  file "pri/raysoft.loc.zone";
  allow-update { none; };
};

zone 0.0.10.in-addr.arpa. IN {
  type master;
  file "pri/10.0.0.zone";
  allow-update { none; };
};