The Network People Support Forums

Other TNPI Software => NicTool => Topic started by: monachus on June 19, 2009, 03:21:40 AM

Title: NicToolClient ignoring default_zone_record_ttl
Post by: monachus on June 19, 2009, 03:21:40 AM
On line 947 of zone.cgi (v2.07) the default TTL for a record is hardcoded at 3600s.  This should look at the default_zone_record_ttl valued from nictoolclient.conf instead:

my $zone_record = { 'ttl' => $NicToolClient::default_zone_record_ttl };
Title: Re: NicToolClient ignoring default_zone_record_ttl
Post by: matt on August 18, 2009, 03:38:10 PM
change committed to subversion. It will appear in the a future release.