Hello gentlemen, I am new here.

I run dnsmasq 2.22 that comes with OpenWRT:
root@OpenWrt:~# ipkg info dnsmasq
Package: dnsmasq
Version: 2.22-1
Status: install ok installed
Section: net
Architecture: mipsel
maintainer: Felix Fietkau <n...@vd-s.ath.cx>
MD5Sum: bb07df486fc6609954419b68b4dbc66e
Size: 46873
Filename: dnsmasq_2.22-1_mipsel.ipk
Source: buildroot internal
Description: A lightweight DNS and DHCP server

and I noticed that it would not show SRV records:

crosser@pccross:~$ dig _sip._udp.iptel.org srv

; <<>> DiG 9.3.1 <<>> _sip._udp.iptel.org srv
;; global options:  printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 6507
;; flags: qr aa rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 0

;; QUESTION SECTION:
;_sip._udp.iptel.org.           IN      SRV

;; Query time: 2 msec
;; SERVER: 172.16.1.250#53(172.16.1.250)
;; WHEN: Tue Aug 23 13:55:02 2005
;; MSG SIZE  rcvd: 37

while there are in fact such records:
crosser@pccross:~$ dig @ns1.fraunhofer.de _sip._udp.iptel.org srv
[...]
;; ANSWER SECTION:
_sip._udp.iptel.org.    86400   IN      SRV     0 0 5060 sip.iptel.org.
[...]

Any comment on this?

Eugene


Reply via email to