diff options
author | CoprDistGit <infra@openeuler.org> | 2023-08-20 03:32:50 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-08-20 03:32:50 +0000 |
commit | 2847c413880322cd66177f0edbd1d8c2bb8c2733 (patch) | |
tree | 1450935150f579bab832ca5ef012fed37e173311 /named.loopback | |
parent | a0619d67dc05822e0ba3e196a8d7ebc1c4c25bff (diff) |
automatic import of bind
Diffstat (limited to 'named.loopback')
-rw-r--r-- | named.loopback | 11 |
1 files changed, 11 insertions, 0 deletions
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. |