Gentoo Archives: gentoo-user

From: Michael Crute <mcrute@×××××.com>
To: Gentoo Lists <gentoo-user@l.g.o>
Subject: [gentoo-user] Bind (Named) SOA Records
Date: Wed, 23 Aug 2006 16:50:20
Message-Id: 558b73fb0608230946g5fab484bq512f3b63cf5feef8@mail.gmail.com
1 I am trying to write a scrip to maintain my Bind zone files and I was
2 wondering if it is valid to cram the SOA all onto one line. I have
3 scoured the internet and can't find anyone who does it that way. My
4 question is... will it break stuff? Right now my SOA looks like:
5
6 @ IN SOA ns1.domain.com. hostmaster.domain.com. (
7 2006082201 ; serial number
8 12h ; Refresh
9 1h ; Retry
10 2w ; Expire
11 1h ; Min TTL
12 )
13
14 what I am proposing is this:
15
16 @ IN SOA ns1.domain.com. admin.domain.com. ( 2006082201 12h 1h 2w 1h )
17
18 Are the two equivalent?
19
20 -Mike
21
22 --
23 ________________________________
24 Michael E. Crute
25 http://mike.crute.org
26
27 I may not have gone where I intended to go, but I think I have ended
28 up where I intended to be. --Douglas Adams
29 --
30 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] Bind (Named) SOA Records Robert Welz <welz@×××××××××.de>
Re: [gentoo-user] Bind (Named) SOA Records Bryan Whitehead <driver@×××××××××.net>
[gentoo-user] Re: Bind (Named) SOA Records Michael Crute <mcrute@×××××.com>