[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cobalt-users] Time to live



On Wed, 27 Dec 2000, Gary Peltola - Web Hosting Network wrote:

> PS: The TTL is generated in the records
> 

yea...but all the poor raq2 gets is this...

cname www rifamilyguide.com - rifamilyguide.com
a - rifamilyguide.com 216.205.42.84 24
ptr - rifamilyguide.com 216.205.42.84 24
etc..

the ttl's are added by the script ....
/usr/admserv/cgi-bin/.cobalt/dns/index.cgi

# Defaults for DNS authority files
my $Refresh = 10800;
my $Retry = 3600;
my $Expire = 604800;
my $Ttl = 86400;
        $_ = "\@ IN SOA $Servers[0]. root.$Servers[0]. ";
        $_ .= "( ::SERIAL:: $Refresh $Retry $Expire $Ttl )\n";

so much for user programmable values ;0

Seems cobalt did a much nicer job on the raq3's and up...

> brandy.www-hosting.net::admin@xxxxxxxxxxxxxxxxxxxxxx:10800:3600:604800:86400