X-Git-Url: http://git.ipfire.org/?p=ddns.git;a=blobdiff_plain;f=man%2Fddns.xml;fp=man%2Fddns.xml;h=dda4b949410eee4ba4df5c1c7b2cd66346888102;hp=05f429a29f9eabcb941dbc6cc1c3143c43c75adb;hb=f6719cee968d334603b07883a8afbc146a80026e;hpb=0b23388bf4ac2ca42a2ea74679fad6403192eaf2 diff --git a/man/ddns.xml b/man/ddns.xml index 05f429a..dda4b94 100644 --- a/man/ddns.xml +++ b/man/ddns.xml @@ -14,6 +14,13 @@ Schantl stefan.schantl@ipfire.org + + + Developer + Michael + Tremer + michael.tremer@ipfire.org + @@ -87,9 +94,7 @@ - Enables the debugging mode. - In this mode, there will be debug output on - the console and written to the log. + Enables the debugging output. @@ -119,21 +124,10 @@ - - - update-all - - - - - Update all configured dynamic DNS hosts. - - - - update HOSTNAME + update HOSTNAME @@ -143,32 +137,34 @@ - Example: ddns update somehost.provider.com + When calling an update, the DDNS client automatically checks + if this update is required by testing whether the hostname points + to the current public IP address. + Therefore it is not guaranteed than an update is performed. + + + + The switch can be used to skip that + check and perform an update. Please note that some providers + may block your account if unnecessary updates are repeatedly + performed. - + update-all - When calling an update, the DDNS client automatically checks - if this update is required by testing whether the hostname points - to the current public IP address. If this test returns true, the call - can be droped and no request will be sent to the provider. - - - - In cases an update request should be send nevertheless, the update can be - forced by using this switch. + Update all configured dynamic DNS hosts when an update is necessary. - Example: ddns update somehost.provider.com --force or - ddns update-all --force + The switch has the same effect as + with the update command. @@ -180,24 +176,9 @@ - Try to guess and print the hosts IPv4 and IPv6 addresses - based on the choosen method in the used config file. + Guesses the public IPv6 and IPv4 addresses with help of an + external server and prints them on the conole. - - - The addresses can be obtained from the system or by - help of an external server. For systems behind a NAT the - second method is recommended. - - - - For further details, please consult the - - ddns.conf - 5 - - manual page. - @@ -211,16 +192,6 @@ This command will print out a list of all supported dynamic DNS providers. - - - For details how to add support for new providers, - please consult the - - ddns-devel - 7 - - manual page. - @@ -252,10 +223,6 @@ ddns.conf 5 - , - - ddns-devel - 7