diff options
author | Joachim Tingvold <joachim@tingvold.com> | 2015-04-16 21:12:29 +0200 |
---|---|---|
committer | root <root@wat.gathering.org> | 2015-04-16 21:12:29 +0200 |
commit | df68d675e74633c1980838e8174e939dd4078f85 (patch) | |
tree | c546387a3bc83889401b0f6872fac36a341bd24b /examples/tg15/dns/master/2.0.d.e.2.0.a.2.ip6.arpa.zone | |
parent | 7147d88f6e3c15a2cce29fc39484280964ac81bc (diff) |
Added config used at TG15.
Diffstat (limited to 'examples/tg15/dns/master/2.0.d.e.2.0.a.2.ip6.arpa.zone')
-rw-r--r-- | examples/tg15/dns/master/2.0.d.e.2.0.a.2.ip6.arpa.zone | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/examples/tg15/dns/master/2.0.d.e.2.0.a.2.ip6.arpa.zone b/examples/tg15/dns/master/2.0.d.e.2.0.a.2.ip6.arpa.zone new file mode 100644 index 0000000..a6ceb1d --- /dev/null +++ b/examples/tg15/dns/master/2.0.d.e.2.0.a.2.ip6.arpa.zone @@ -0,0 +1,11 @@ +$ORIGIN . +$TTL 3600 ; 1 hour +2.0.d.e.2.0.a.2.ip6.arpa IN SOA marty.tg15.gathering.org. abuse.gathering.org. ( + 2015033468 ; serial + 3600 ; refresh (1 hour) + 1800 ; retry (30 minutes) + 608400 ; expire (1 week 1 hour) + 3600 ; minimum (1 hour) + ) + NS emmet.tg15.gathering.org. + NS marty.tg15.gathering.org. |