On 4/18/15 6:51 PM, Thomas Elsgaard wrote:
Hi list

I am trying to get ENUM to work with PowerDNS Authoritative Server 3.4.3
and PostgreSQL but i am not able to resolve the record.

Is someone having an working example ?

I have tried with:

INSERT INTO records (domain_id, name, type, content, ttl, prio) VALUES
(1,'8.7.6.5.4.3.2.1.enum.example.tld','NAPTR','100 10 \"u\" \"E2U+sip\"
\"!^.*$!sip:12345678@10.0.0.10 <mailto:sip%3A12345678@10.0.0.10>!\"
."',120,0);

but dig @127.0.0.1 <http://127.0.0.1> 8.7.6.5.4.3.2.1.enum.example.com
<http://8.7.6.5.4.3.2.1.enum.example.com> NAPTR is not resolving it
correctly:



Silly thing to point out, but you inserted '8.7.6.5.4.3.2.1.enum.example.tld', not '8.7.6.5.4.3.2.1.enum.example.com'.

Is that just a typo here on the message to the list?


--
Brielle Bruns
The Summit Open Source Development Group
http://www.sosdg.org    /     http://www.ahbl.org

_______________________________________________
Pdns-users mailing list
Pdns-users@mailman.powerdns.com
http://mailman.powerdns.com/mailman/listinfo/pdns-users

Reply via email to