|
|
 |  |
Re: TTLFrom: Johan Solve Date: Monday, May 1, 2000
Time: 2:48:18 pmUse the applescript below if you like.
tell application "Finder"
set myfolder to (folder of =AC
application file of application process =AC
"QuickDNS Pro Admin" as string) & "QuickDNS Data:Primary =
Data:"
set filelist to every file of folder myfolder
end tell
repeat with i from 1 to (count items of filelist)
tell application "Finder"
open item i of filelist
set domain to name of item i of filelist
end tell
changesoa(domain)
end repeat
on changesoa(domain)
tell application "QuickDNS Pro Admin"
set minimum ttl of SOA record 1 of document domain to 3600
end tell
end changesoa
>I need to set the TTL in all my domains to 1 hour and I have a few
>questions.
>
>1) Can I place the value in the default part of the domain and have it
>working in the whole domain.
>2) What is the exact value for 1 hour.
>3) Can I set it to 30 or even 5 minutes?
>
>Thanks
>
> Jesse Proudman - NineWire Productions
> http://www.ninewire.com <-> jesse@ninewire.com
> Innovative and Creative Web Design and Hosting
--=20
Johan S=F6lve
FileMaker and Lasso Systems Developer
MONTANIA SYSTEM AB [FSA Member]
http://www.montania.se mailto:johan@montania.se
Halmstad Branch: Brogatan 16, S-30243 Halmstad
phone +46 35-127205 fax +46 35-2802654 mobile +46 709-515570
Ronneby HQ: Soft Center , S-37225 Ronneby
phone +46 457-386200 fax +46 457-26479
|
Messages In This Thread:- TTL by Jesse Proudman on Apr 30, 2000 at 8:14:40 pm
- Re: TTL by Men & Mice Support on May 1, 2000 at 1:20:25 am
- Re: TTL by Johan Solve on May 1, 2000 at 2:48:18 pm
- Re: TTL by Aaron Lynch on May 1, 2000 at 3:21:18 pm
- TTL by Ross Markbreiter on Oct 23, 2002 at 11:50:08 am
- Re: TTL by Men & Mice Support on Oct 23, 2002 at 12:18:02 pm
- Re: TTL by Ross Markbreiter on Oct 23, 2002 at 1:03:28 pm
- Re: TTL by Men & Mice Support on Oct 23, 2002 at 2:27:27 pm
- Re: TTL by Ross Markbreiter on Oct 23, 2002 at 3:40:38 pm
- Re: TTL by Men & Mice Support on Oct 23, 2002 at 4:56:27 pm
- Re: TTL by Ross Markbreiter on Oct 23, 2002 at 5:28:43 pm
- Re: TTL by Men & Mice Support on Oct 23, 2002 at 8:37:36 pm
- Re: TTL by Ross Markbreiter on Oct 24, 2002 at 5:04:09 pm
|

Return to Digital Point Solutions' Home Page |