diff options
| author | Mathieu Arnold <mat@FreeBSD.org> | 2022-02-10 14:49:38 +0100 |
|---|---|---|
| committer | Mathieu Arnold <mat@FreeBSD.org> | 2022-02-10 16:35:41 +0100 |
| commit | cfada54fb345c0886e2e11f0448bc0f7ed797299 (patch) | |
| tree | 48bfccce9514985b5e4dbe82ef525ef7ebedad3e /dns/bind918/files/localhost-forward.db | |
| parent | lang/perl5-devel: update to v5.35.8-60-gafded0c3c2 (diff) | |
dns/bind918: add newest version of BIND9
Amongts many new features are the two methods of securing DNS trafic
over Transport Layer Security (TLS). TLS is used by both DNS over TLS
(DoT) and DNS over HTTPS (DoH).
Changes: https://downloads.isc.org/isc/bind9/9.18.0/doc/arm/html/notes.html
Diffstat (limited to 'dns/bind918/files/localhost-forward.db')
| -rw-r--r-- | dns/bind918/files/localhost-forward.db | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/dns/bind918/files/localhost-forward.db b/dns/bind918/files/localhost-forward.db new file mode 100644 index 000000000000..fdd2e9ce4bee --- /dev/null +++ b/dns/bind918/files/localhost-forward.db @@ -0,0 +1,8 @@ +$TTL 3h +localhost. SOA localhost. nobody.localhost. 42 1d 12h 1w 3h + ; Serial, Refresh, Retry, Expire, Neg. cache TTL + + NS localhost. + + A 127.0.0.1 + AAAA ::1 |
