Search Again:

Re: Minimum TTL (again!!)

From: Aaron Lynch
Date: Monday, September 23, 2002
Time: 12:43:15 am

THANK YOU!!!

You're a lifesaver!


On 9/23/02 12:05 AM, tony mashed the following keys :

> -- start script
> tell application "QuickDNS Manager"
> activate
> set allZones to every zone whose type is master and enabled is true
> repeat with theZone in allZones
> tell (open theZone)
> try
> set negative caching of first SOA
> record to "100"
> end try
> try
> close saving yes
> end try
> end tell
> end repeat
> end tell
> --end script
>
>
>
>> Hi guys, I need to set the min ttl on all zones in preparation of a prover
>> change. (god I ask this list this question way too often!)
>>
>> I have the following script from wayback, but can't make it work with 3.51
>> Does someone have a working script to change the ttl?




Messages In This Thread:



Return to Digital Point Solutions' Home Page