From 2847c413880322cd66177f0edbd1d8c2bb8c2733 Mon Sep 17 00:00:00 2001 From: CoprDistGit Date: Sun, 20 Aug 2023 03:32:50 +0000 Subject: automatic import of bind --- named.loopback | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 named.loopback (limited to 'named.loopback') diff --git a/named.loopback b/named.loopback new file mode 100644 index 0000000..7f3d862 --- /dev/null +++ b/named.loopback @@ -0,0 +1,11 @@ +$TTL 1D +@ IN SOA @ rname.invalid. ( + 0 ; serial + 1D ; refresh + 1H ; retry + 1W ; expire + 3H ) ; minimum + NS @ + A 127.0.0.1 + AAAA ::1 + PTR localhost. -- cgit v1.2.3