#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 chris5560):

 no-ip.com needs a special handling
 have a look at https://forum.openwrt.org/viewtopic.php?id=29061

 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
 !!! variables are with double "_". TRAC will otherwise underline the
 text!!!
 will be fixed in next patch
 busybox wget did not support to redirect stderr output (my fault)

 It's recommended to use https: transport, because you are sending user and
 password
 Install wget package and ca-certificates
 and set option use_https '1'

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