- Site Announcements 2 3 RLibiez
Newbie

GroupMembers
Posts 11
Joined Feb 20, 2008
The upgrade was smooth as silk.
Posted Sep 22, 2008, 2:37 pm
Posted Sep 22, 2008, 2:37 pm
Newbie

GroupMembers
Posts 11
Joined Feb 20, 2008
Wow. Lots of bug fixes. I will definitely report back how the clients like it. Thanks a lot. Really. This has made my life so much easier.
Posted Sep 22, 2008, 2:11 pm
Posted Sep 22, 2008, 2:11 pm
- Support and Development 1 4 uwe
Newbie

GroupMembers
Posts 11
Joined Feb 20, 2008
Here! Here! Great to hear! Look forward to see it in the next release maybe.
Posted Jul 2, 2008, 9:06 am
Posted Jul 2, 2008, 9:06 am
- Feature Requests 1 6 Eugene
Newbie

GroupMembers
Posts 11
Joined Feb 20, 2008
If we could make this a priority, I would appreciate. I spent a better part of 8 hours so far removing just a tad over 800 domains with another 400 to go. Makes for a very long day.

Posted May 13, 2008, 6:30 pm
Posted May 13, 2008, 6:30 pm
- Feature Requests 1 1 CrankyCronos
Newbie

GroupMembers
Posts 11
Joined Feb 20, 2008
Just like for the mx (Add default MX record )
I been just adding my own code right under the default A record in domains.php
Thanks....Good job on the bug fixes.
Posted Apr 17, 2008, 6:35 am
I been just adding my own code right under the default A record in domains.php
Thanks....Good job on the bug fixes.
Posted Apr 17, 2008, 6:35 am
- Feature Requests 1 2 CrankyCronos
Newbie

GroupMembers
Posts 11
Joined Feb 20, 2008
I see the real value of that setting if using master/slave replication native to powerdns, however alot of us are using replication on the backend such as MySQL's native replication. A simple check mark to disable that "ip error check" if in Native mode would be nice instead of forcing us to list it twice.
Posted Apr 17, 2008, 6:24 am
Posted Apr 17, 2008, 6:24 am
- Feature Requests 3 5 CrankyCronos
Newbie

GroupMembers
Posts 11
Joined Feb 20, 2008
I am finding that the linux Fedora 8 F/F exhibits some odd behaviours....thats cool. If its working for everyone else....I'm good.
Thanks.
Posted Mar 18, 2008, 7:21 am
Thanks.
Posted Mar 18, 2008, 7:21 am
Newbie

GroupMembers
Posts 11
Joined Feb 20, 2008
I had to add in the HEADER <link rel="shortcut icon" href="http://dnsadmin.nightowlsnetwork.net/favicon.ico" /> to both the universal templates in order to make it work
Posted Mar 15, 2008, 8:10 pm
Posted Mar 15, 2008, 8:10 pm
Newbie

GroupMembers
Posts 11
Joined Feb 20, 2008
I have been manually editing the html templates...but there has to be a better way that I am overlooking.
Posted Mar 15, 2008, 7:52 am
Posted Mar 15, 2008, 7:52 am
- Feature Requests 1 1 CrankyCronos
Newbie

GroupMembers
Posts 11
Joined Feb 20, 2008
Currently we have the option to add mx, cname etc during domain creations.
I been adding the following to the mx section so that ftp records also get made.
$dom_ftp = 'ftp.' . $dom_name;
// Insert the ftp.domain.com A record for the new domain.
$this->db->query("INSERT INTO records (domain_id, name, type, content, ttl, prio, change_date)
VALUES( %d, '%s', 'A', '%s', %d, 0, %d )",
$dom_id, $dom_ftp, $dom_ip, $this->sets['default_ttl'], $this->time);
This is a total work around.
I really suggest that some sort of admin configurable domain creation template be figured out some how but this will work till we can get the domain templates figured out.
Posted Mar 15, 2008, 6:25 am
I been adding the following to the mx section so that ftp records also get made.
$dom_ftp = 'ftp.' . $dom_name;
// Insert the ftp.domain.com A record for the new domain.
$this->db->query("INSERT INTO records (domain_id, name, type, content, ttl, prio, change_date)
VALUES( %d, '%s', 'A', '%s', %d, 0, %d )",
$dom_id, $dom_ftp, $dom_ip, $this->sets['default_ttl'], $this->time);
This is a total work around.
I really suggest that some sort of admin configurable domain creation template be figured out some how but this will work till we can get the domain templates figured out.
Posted Mar 15, 2008, 6:25 am

