Ticket #1279 (new enhancement)

Opened 3 weeks ago

Populate INADYN log with error messages

Reported by: starter48 Assigned to: somebody
Priority: minor Milestone:
Component: component1 Version:
Keywords: Cc:

Description

I suggest to change INADYN command line to following:

inadyn --input_file /tmp/ddns/inadyn.conf >>/tmp/ddns/ddns.log 2>&1

so we can see INADYN's error messages in the log at DDNS page.
I guess the following line need to be changed:

in /dd-wrt/browser/src/router/services/networking/ddns.c
line 275  ret = eval("inadyn", "--input_file", "/tmp/ddns/inadyn.conf");