Lines 1-6
Link Here
|
1 |
--- readme.html.orig 2015-09-25 12:54:00 UTC |
1 |
--- readme.html.orig 2016-10-11 02:42:06.000000000 -0700 |
2 |
+++ readme.html |
2 |
+++ readme.html 2018-01-08 07:34:41.772830000 -0800 |
3 |
@@ -284,7 +284,7 @@ update request, i.e., both ip address ty |
3 |
@@ -306,7 +306,7 @@ |
4 |
</p> |
4 |
</p> |
5 |
<p style="margin-left: 20px;">'-x [-n <service name>]': remove service<br> |
5 |
<p style="margin-left: 20px;">'-x [-n <service name>]': remove service<br> |
6 |
</p> |
6 |
</p> |
Lines 9-15
Link Here
|
9 |
used if inadyn-mt is called without any command line options. This allows inadyn-mt to be called without any arguments. The format is as expected for a **NIX config file. See below for details.<br> |
9 |
used if inadyn-mt is called without any command line options. This allows inadyn-mt to be called without any arguments. The format is as expected for a **NIX config file. See below for details.<br> |
10 |
</p> |
10 |
</p> |
11 |
<p style="margin-left: 20px;">'--ip_server_name <name>[:port] <url>': The client |
11 |
<p style="margin-left: 20px;">'--ip_server_name <name>[:port] <url>': The client |
12 |
@@ -368,7 +368,7 @@ DEFAULT value is intended for default se |
12 |
@@ -400,7 +400,7 @@ |
13 |
'--retry_pending': retry ip update even after network comm retries exhausted, default on.<br><br> |
13 |
'--retry_pending': retry ip update even after network comm retries exhausted, default on.<br><br> |
14 |
'--retry_pending_interval <#>': network comm seconds update retry interval, after retries exhausted, 5 to 3600,<br> default 300.<br><br> |
14 |
'--retry_pending_interval <#>': network comm seconds update retry interval, after retries exhausted, 5 to 3600,<br> default 300.<br><br> |
15 |
'--lang_file <path/file>': [language file path, and file name]. defaults to either ../inadyn-mt/lang/en.lng,<br> |
15 |
'--lang_file <path/file>': [language file path, and file name]. defaults to either ../inadyn-mt/lang/en.lng,<br> |
Lines 18-27
Link Here
|
18 |
'--online_check_url <srv_name[:port] url>': server name, optional port, and url to reach to confirm online status.<br><br> |
18 |
'--online_check_url <srv_name[:port] url>': server name, optional port, and url to reach to confirm online status.<br><br> |
19 |
'--status_interval <#>': seconds [30..864000] interval at which to check online status, default 600.<br><br> |
19 |
'--status_interval <#>': seconds [30..864000] interval at which to check online status, default 600.<br><br> |
20 |
'--alert_retries <#>': network retries before audible network status alerts. [0..100], default 0.<br><br> |
20 |
'--alert_retries <#>': network retries before audible network status alerts. [0..100], default 0.<br><br> |
21 |
@@ -388,8 +388,8 @@ DEFAULT value is intended for default se |
21 |
@@ -422,8 +422,8 @@ |
22 |
representing custom DDNS server non-fatal update failure return values, e.g., "dnserr,911,unknown error".<br><br> |
|
|
23 |
'--svr_ip_param <custom DDNS server ip name parameter>': Optional for custom DDNS updates. DDNS url parameter for ip address,<br> e.g., myip.<br><br> |
24 |
'--svr_ip_in_rsp': Optional for custom DDNS updates. Flag that custom DDNS server returns your ip address on update success.<br> Defaults to false.<br><br> |
22 |
'--svr_ip_in_rsp': Optional for custom DDNS updates. Flag that custom DDNS server returns your ip address on update success.<br> Defaults to false.<br><br> |
|
|
23 |
'--svr_auto_dual': Flag that server defaults to dual list (coupled) alias ip type. Defaults to false.<br><br> |
24 |
'--svr_auto_detect': Flag server auto detects ip. Defaults to false.<br><br> |
25 |
-'--svr_add_cfg <full path, file name>': Additional servers file. Default search for servers_additional.cfg in ./extra, /etc, /etc/inadyn-mt,<br> |
25 |
-'--svr_add_cfg <full path, file name>': Additional servers file. Default search for servers_additional.cfg in ./extra, /etc, /etc/inadyn-mt,<br> |
26 |
-/etc/inadyn-mt/extra. Contains additional preconfigured DDNS servers to be used as --dyndns_system option parameter in same<br> |
26 |
-/etc/inadyn-mt/extra. Contains additional preconfigured DDNS servers to be used as --dyndns_system option parameter in same<br> |
27 |
+'--svr_add_cfg <full path, file name>': Additional servers file. Default search for servers_additional.cfg in ./extra, %%PREFIX%%/etc, %%PREFIX%%/etc/inadyn-mt,<br> |
27 |
+'--svr_add_cfg <full path, file name>': Additional servers file. Default search for servers_additional.cfg in ./extra, %%PREFIX%%/etc, %%PREFIX%%/etc/inadyn-mt,<br> |
Lines 29-35
Link Here
|
29 |
fashion as servers inadyn-mt supports natively. Should appear before any dyndns_system option in inadyn-mt.conf or command<br> |
29 |
fashion as servers inadyn-mt supports natively. Should appear before any dyndns_system option in inadyn-mt.conf or command<br> |
30 |
line if not using inadyn-mt.conf.<br><br> |
30 |
line if not using inadyn-mt.conf.<br><br> |
31 |
'--if <network interface name>': Name of network interface to use for ip server, and DDNS server comm. Defaults to<br> system configured default.<br><br> |
31 |
'--if <network interface name>': Name of network interface to use for ip server, and DDNS server comm. Defaults to<br> system configured default.<br><br> |
32 |
@@ -412,7 +412,7 @@ There are two cache files: inadyn_time.c |
32 |
@@ -449,7 +449,7 @@ |
33 |
|
33 |
|
34 |
3. Update freedns.afraid.org, every minute, in daemon mode, with configuration read from file.<br><br> |
34 |
3. Update freedns.afraid.org, every minute, in daemon mode, with configuration read from file.<br><br> |
35 |
|
35 |
|
Lines 38-44
Link Here
|
38 |
|
38 |
|
39 |
Content of config file:<br><br> |
39 |
Content of config file:<br><br> |
40 |
|
40 |
|
41 |
@@ -421,7 +421,7 @@ There are two cache files: inadyn_time.c |
41 |
@@ -458,7 +458,7 @@ |
42 |
--log_file /var/log/inadyn.log<br> |
42 |
--log_file /var/log/inadyn.log<br> |
43 |
--change_persona 10012 #to change to another user id after init.<br><br> |
43 |
--change_persona 10012 #to change to another user id after init.<br><br> |
44 |
|
44 |
|
Lines 47-53
Link Here
|
47 |
|
47 |
|
48 |
4. Freedns update in console<br><br> |
48 |
4. Freedns update in console<br><br> |
49 |
|
49 |
|
50 |
@@ -434,7 +434,7 @@ inadyn-mt can read the very same options |
50 |
@@ -471,7 +471,7 @@ |
51 |
command line from a configuration file. This feature allows the user to |
51 |
command line from a configuration file. This feature allows the user to |
52 |
write the options only once, and avoids frequent retyping.<br><br> |
52 |
write the options only once, and avoids frequent retyping.<br><br> |
53 |
|
53 |
|
Lines 56-62
Link Here
|
56 |
The location of the config file can be given to inadyn-mt via --input_file option<br><br> |
56 |
The location of the config file can be given to inadyn-mt via --input_file option<br><br> |
57 |
|
57 |
|
58 |
<i>The format</i> :<br><br> |
58 |
<i>The format</i> :<br><br> |
59 |
@@ -871,7 +871,7 @@ Ver. inadyn-mt 2.18.28 - June 2010 |
59 |
@@ -971,7 +971,7 @@ |
60 |
Ver. inadyn-mt 2.18.26 - June 2010<br> |
60 |
Ver. inadyn-mt 2.18.26 - June 2010<br> |
61 |
Changes:<br> |
61 |
Changes:<br> |
62 |
- inadyn man files updated to inadyn-mt<br> |
62 |
- inadyn man files updated to inadyn-mt<br> |
Lines 65-71
Link Here
|
65 |
- added debian dpkg-buildpackage directory, et al<br> |
65 |
- added debian dpkg-buildpackage directory, et al<br> |
66 |
- moved *nix meta files to /usr/share<br><br> |
66 |
- moved *nix meta files to /usr/share<br><br> |
67 |
|
67 |
|
68 |
@@ -881,7 +881,7 @@ Ver. inadyn-mt 2.18.24 - May 2010< |
68 |
@@ -981,7 +981,7 @@ |
69 |
|
69 |
|
70 |
Ver. inadyn-mt 2.18.22 - May 2010<br> |
70 |
Ver. inadyn-mt 2.18.22 - May 2010<br> |
71 |
Changes:<br> |
71 |
Changes:<br> |
Lines 74-80
Link Here
|
74 |
- too many params compiler warning fixed<br><br> |
74 |
- too many params compiler warning fixed<br><br> |
75 |
|
75 |
|
76 |
Ver. inadyn-mt 2.18.20 - May 2010<br> |
76 |
Ver. inadyn-mt 2.18.20 - May 2010<br> |
77 |
@@ -1178,8 +1178,8 @@ Ver. inadyn-mt 2.12.02 - May 2008< |
77 |
@@ -1278,8 +1278,8 @@ |
78 |
inadyn-mt<br> |
78 |
inadyn-mt<br> |
79 |
- updated inadyn-mt man files' original inadyn homepage |
79 |
- updated inadyn-mt man files' original inadyn homepage |
80 |
to http://www.inatech.eu/inadyn/<br> |
80 |
to http://www.inatech.eu/inadyn/<br> |