[Pdns-users] local override question

Rory Toma rory at ooma.com
Thu Mar 22 21:03:44 UTC 2012


I am using power dns 2.9.22

I have it set to recurse, but turned on "allow-recursion-override=yes"

I add records into the db as follows:

mysql> select * from domains;
+----+------+--------+------------+--------+-----------------+---------+
| id | name | master | last_check | type   | notified_serial | account |
+----+------+--------+------------+--------+-----------------+---------+
|  1 | foo | NULL   |       NULL | NATIVE |            NULL | NULL    |
+----+------+--------+------------+--------+-----------------+---------+

mysql> select * from records;
+----+-----------+------------+------+---------------------------+-------+------+-------------+
| id | domain_id | name       | type | content                   | ttl   
| prio | change_date |
+----+-----------+------------+------+---------------------------+-------+------+-------------+
|  1 |         1 | bar.foo  | A    | 172.16.0.177              |   120 | 
NULL |        NULL |

However, pdns itself does not seem to be picking this up. It could be 
stupidity on my part, as I am not the most familiar with mysql or pdns, 
but it seems that if the above records were created, and the override 
set, that I should be ok. However, it only sees the info from the bind 
instance it recurses to, and not this info. What am I doing wrong here?

thx




More information about the Pdns-users mailing list