custom DNS template |CREATOR| is not working

mmgenius

Verified User
Joined
Jan 20, 2004
Messages
178
At the bottom of https://docs.directadmin.com/other-hosting-services/dns/general.html there is standing "The CREATOR token has been added for the dns_a.conf style dns_*.conf templates."
My custom/dns_a.conf file lookes like this
Code:
 |*if IS_IPV6!="yes"|
 2 |DOMAIN|.=|IP|
 3 mail=|IP|
 4 pop=|IP|
 5 www=|IP|
 6 ftp=|IP|
 7 smtp=|IP|
 8 |*endif|
 9 |*if CREATOR="reseller01"|
10 customrecord=|IP|
11 |*endif|
but this isn't working.

Then I added
Code:
|CREATOR|=|IP|
then I get an error when creating the user because he doesn't replace |CREATOR| with the actual creator.

https://docs.directadmin.com/change...#creator-token-in-dns-templates-eg-dns-a-conf
https://docs.directadmin.com/change...n-in-dns-conf-templates-not-set-in-some-cases
I'm on the latest directadmin version
 
Back
Top