SOA default

cooljo

New member
Joined
Aug 25, 2004
Messages
3
Location
Germany, NW, Froendenberg
Hello!

If I add a new domain in directadmin, I get in the /var/named/domain.tld.db-file this SOA-entry:
Code:
yyyymmddxx ; Serial
28800      ; Refresh
14400      ; Retry
3600000    ; Expire
86400 )    ; Minimum

But for a registry at denic with my frontend I need this one:
Code:
yyyymmddxx ; Serial
3H         ; Refresh
2H         ; Retry
1W         ; Expire
1D )       ; Minimum

So I change in the past all the files manually.
Is there any way (template or a config-file) where I can change the default config myself?

Greetings
Jörg
 
File is /usr/local/directadmin/data/templates/named.db, you can make it custom. After the changes type:
Code:
echo "action=rewrite&value=named" >> /usr/local/directadmin/data/task.queue
 
Just to add:

Your next DirectAdmin update may overwrite your changed file. To keep that from happening move it to the custom subdirectory of the templates directory, and update it there.

Jeff
 
Back
Top