Search Again:

Re: Minimum TTL (again!!)

From: tony
Date: Monday, September 23, 2002
Time: 12:09:27 am

-- 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