view scripts/dns_srv/template/etc/bind/named.conf.local @ 146:64c02902b86a

flatpak (build_manifest): fixed setup_requirements step cache by making dependent of app_id
author Goffi <goffi@goffi.org>
date Mon, 24 Jun 2019 08:58:55 +0200 (2019-06-24)
parents 73d3b94b7364
children
line wrap: on
line source
zone "<domain>" IN {
  type master;
  file "zone.<domain>";
};

zone "0.0.127.in-addr.arpa" {
  type master;
  file "revp.127.0.0";
};