#18411: DDNS script not working
------------------------+----------------------------------
  Reporter:  anonymous  |      Owner:  developers
      Type:  defect     |     Status:  new
  Priority:  normal     |  Milestone:  Chaos Calmer (trunk)
 Component:  packages   |    Version:  Trunk
Resolution:             |   Keywords:  DDNS
------------------------+----------------------------------

Comment (by ambrosa):

 NO-IP.COM same problem here.

 Changing
 {{{
 inside /usr/lib/dynamic_dns_functions.sh on line 689 do the following
 changes
 OLD: _RUNPROG=$_PROG $_URL 2>$ERRFILE" # build final command
 NEW: _RUNPROG="$_PROG $_URL" # build final command
 }}}

 works fine ! Problem solved

 Thanks

--
Ticket URL: <https://dev.openwrt.org/ticket/18411#comment:8>
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