very stupid question

Lists User lists at mail.tiggee.com
Wed Feb 21 15:58:51 UTC 2001




Here is a basic example only using the global TTL parameter to set the
TTL.

$ORIGIN .
$TTL 10800      ; 3 hours
yourdomain.com          IN SOA  ns1.yourdomain.com. dns.somedomain.com. (
                                200011     ; serial
                                10800      ; refresh (3 hours)
                                3600       ; retry (1 hour)
                                604800     ; expire (1 week)
                                10800      ; minimum (3 hours)
                                )
                        NS      ns1
                        NS      ns2
                        NS      ns1.somedomain.com
                        A       192.168.110
                        MX      10 mail.yourdomain.com.
$ORIGIN yourdomain.com.
bd                      A       10.0.1.132
localhost               A       127.0.0.1
mail                    A       10.0.1.123
ns1                     A       10.0.1.122
ns2                     A       10.0.1.145
$TTL 12 ; 12 seconds
test1                   A       12.12.13.14
$TTL 10800      ; 3 hours
pop                     CNAME   mail
www                     CNAME   yourdomain.com.

On Wed, 21 Feb 2001, Kareem Mahgoub wrote:

> 
> Sorry guys but i really want to know what is the formate of the zone file in
> BIND 9
> where i have to include the TTL value and what is the format.
> Help is needed urgently.
> Regards,
> Kareem Mahgoub
> 
> 



More information about the bind-users mailing list