I am trying to write a scrip to maintain my Bind zone files and I was
wondering if it is valid to cram the SOA all onto one line. I have
scoured the internet and can't find anyone who does it that way. My
question is... will it break stuff? Right now my SOA looks like:

@       IN      SOA     ns1.domain.com.      hostmaster.domain.com. (
                        2006082201  ; serial number
                        12h  ; Refresh
                        1h ; Retry
                        2w ; Expire
                        1h ; Min TTL
                        )

what I am proposing is this:

@ IN SOA ns1.domain.com. admin.domain.com. ( 2006082201 12h 1h 2w 1h )

Are the two equivalent?

-Mike

--
________________________________
Michael E. Crute
http://mike.crute.org

I may not have gone where I intended to go, but I think I have ended
up where I intended to be. --Douglas Adams
--
gentoo-user@gentoo.org mailing list

Reply via email to