enabling srv record -dnsmasq
by the_imax from LinuxQuestions.org on (#4TP3E)
I have uncommented the srv-host line from dnsmasq.conf and restarted it however when i do a dig on _ldap._tcp.example.com @localhost it goes not work
dnsmasq is able to resolve the names which I have in /etc/hosts
what else I need to do so dnsmasq start resolving srv records ?
# A SRV record sending LDAP for the example.com domain to
# ldapserver.example.com port 289
srv-host=_ldap._tcp.example.com,ldapserver.example.com,389


dnsmasq is able to resolve the names which I have in /etc/hosts
what else I need to do so dnsmasq start resolving srv records ?
# A SRV record sending LDAP for the example.com domain to
# ldapserver.example.com port 289
srv-host=_ldap._tcp.example.com,ldapserver.example.com,389