#19422: Add support for additional dnsmasq options
-------------------------+------------------------
 Reporter:  shonjir      |      Owner:  developers
     Type:  enhancement  |     Status:  new
 Priority:  normal       |  Milestone:
Component:  base system  |    Version:  Trunk
 Keywords:  dnsmasq      |
-------------------------+------------------------
 Add initscript support for dnsmasq options (supported in 2.72).

 {{{
 --dhcp-client-update
 --ptr-record=name,target
 --txt-record=name,text
 }}}

 Man page here: http://www.thekelleys.org.uk/dnsmasq/docs/dnsmasq-man.html

 Sample configuration:

 {{{
 config dnsmasq
   option dhcpclientupdate '1'

 config txtrecord
   option name 'example.com'
   option text '"v=spf1 a -all"'

 config ptrrecord
   option name '_http._tcp.example.com'
   option target 'name=value,paper=A4'
 }}}

 Patch is attached.

--
Ticket URL: <https://dev.openwrt.org/ticket/19422>
OpenWrt <http://openwrt.org>
Opensource Wireless Router Technology
_______________________________________________
openwrt-tickets mailing list
[email protected]
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-tickets

Reply via email to