[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] Time to live
- Subject: Re: [cobalt-users] Time to live
- From: flash22@xxxxxxx
- Date: Tue Jan 2 13:30:51 2001
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
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