Hello.
I'm in doubt about defining a SOA record to a zone.
Is this correct and valid?

$TTL    86400
$ORIGIN teste.com.
@                       1D IN SOA       @ root (
                                       42              ; serial (d.
adams)
                                       3H              ; refresh
                                       15M             ; retry
                                       1W              ; expiry
                                       1D )            ; minimum

                       1D IN NS        @
                       1D IN A         192.168.1.3
www                     IN A            192.168.1.2


This is just a example. In fact, my zone will be a public zone with valid
ip addresses.

My doubt is if it's correct specify the "owner" and "source-dname" with
"@", once "@" denotes the current origin. If I used $ORIGIN like in example
then I suppose that "@" will define just "teste.com" too.

But I make this test into a interna DNS server and look as a valid
configuration.


Attachment: smime.p7s
Description: S/MIME Cryptographic Signature

_______________________________________________
bind-users mailing list
bind-users@lists.isc.org
https://lists.isc.org/mailman/listinfo/bind-users

Reply via email to