#18018: luci-app-ddns is missing the event interface option
---------------------------+-----------------------------------
 Reporter:  techstep@…     |      Owner:  developers
     Type:  defect         |     Status:  new
 Priority:  normal         |  Milestone:
Component:  packages       |    Version:  Barrier Breaker 14.07
 Keywords:  luci-app-ddns  |
---------------------------+-----------------------------------
 version: luci-app-ddns - 0.12+svn-r10530-1

 Without the event interface option updates are only
 done using the static intervals.

 Attitude Adjustment 12.09:

 {{{
 config service 'myddns'
         option interface 'wan'
         option check_interval '10'
         option check_unit 'minutes'
         option force_interval '72'
         option force_unit 'hours'
         option ip_source 'network'
         option ip_network 'lan'
 }}}

 Barrier Breaker 14.07

 {{{
 config service 'myddns'
         option ip_source 'network'
         option ip_network 'wan'
         option check_interval '10'
         option check_unit 'minutes'
         option force_interval '72'
         option force_unit 'hours'
 }}}

--
Ticket URL: <https://dev.openwrt.org/ticket/18018>
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