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

_______________________________________________
Pdns-users mailing list
[email protected]
http://mailman.powerdns.com/mailman/listinfo/pdns-users

Reply via email to