From fdaef03bbac2edf47c1ce14fd7466e1088bccbe9 Mon Sep 17 00:00:00 2001 From: Thomas Waldmann Date: Sun, 31 Aug 2014 17:46:16 +0200 Subject: [PATCH] fix rest syntax in docs --- docs/user.rst | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/docs/user.rst b/docs/user.rst index ef7a9b9..5cab87e 100644 --- a/docs/user.rst +++ b/docs/user.rst @@ -255,21 +255,22 @@ Recommended Here are some clients that likely qualify: * ddclient + - we offer configuration help for it, just copy & paste - good working, reliable - the official version is IPv4 only, IPv6 support needs a patched version - Linux & other POSIX systems - * python-dyndnsc + - IPv4 and v6 support - Mac OS X, Linux and FreeBSD - * whatever your router / gateway / firewall has for dyndns / ddns + - quality of update client implementations varies widely - running on the system that has your public IP makes updating your host when your IP changes easier - no need to run additional software on other machines in that network - * nsupdate-info's browser-based updater + - only for adhoc scenarios, not intended for long term use - runs in your browser with javascript @@ -282,10 +283,11 @@ This likely causes unnecessary load on the service servers and network. You should not use these: * a cron job + wget or curl + - will either send nochg updates frequently (your host will get flagged as abusive) - or it will be very slow reacting to IP changes - * your self-written not fully standards compliant update client software + - it looks simple first, but to fully comply is more effort - if you're not willing to fully comply, then don't even start - there are already enough badly implemented and also "almost compliant" updaters out there