In order to support NAPTR DNS entries I've added "NAPTR" in files:
- web/dns/form/rr.tform.php
so now I can enter a NAPTR entry.
But there is something wrong: I insert a ENUM NAPTR entry like this:
- Data: 100 10 "u" "E2U+sip" "!^.*$!sip:user@domain.org!i" .
But MyDnsConfig inserts the following into database:
Code:
100 10 \"u\" \"E2U+sip\" \"!^.*$!sip:user@domain.org!i\" .
This is totally wrong since before storing the data the data is escaped and
" is replaced by
\". Of course
" shouldn't be escaped in order a NAPTR entry to work.
Where exactly is done this espace processing? how could I change it?
Recent comments
1 day 8 hours ago
1 day 8 hours ago
1 day 13 hours ago
1 day 20 hours ago
1 day 20 hours ago
1 day 22 hours ago
2 days 2 hours ago
2 days 9 hours ago
2 days 12 hours ago
2 days 14 hours ago