From 0772874ead0f1df7fb38c87e0b6aa1ab762e53ad Mon Sep 17 00:00:00 2001 From: Thomas Waldmann Date: Fri, 29 Nov 2013 11:29:39 +0100 Subject: [PATCH] docs update about "update other services" feature --- docs/security.rst | 10 ++++++++++ docs/user.rst | 14 ++++++++++++++ 2 files changed, 24 insertions(+) diff --git a/docs/security.rst b/docs/security.rst index 849bfee..3c024fa 100644 --- a/docs/security.rst +++ b/docs/security.rst @@ -103,6 +103,16 @@ nsupdate.info software / service). We support creating a random update secret, so you don't need an extra tool for this. +Other Services Update Secret (dyndns2 client) +--------------------------------------------- + +We need to store this secret "as is" into the database for the same reasons as +outlined above. + +But: we tell you in the services overview whether we'll use SSL to transmit the +update, so at least if SSL is enabled, it won't go unencrypted over the wire. + + CSRF protection =============== diff --git a/docs/user.rst b/docs/user.rst index 1d9447c..10ff71a 100644 --- a/docs/user.rst +++ b/docs/user.rst @@ -106,3 +106,17 @@ secret. You can either privately use such an own domain or alternatively even offer them publically for all users of the service. If you have cool domains, please offer publically! + + +Other Services Updaters +----------------------- + +Users can associate "other services" (3rd party services) updaters with their +hosts and if we receive an update for such a host, we'll automatically send +(dyndns2) updates to these other services. + +You can choose which kind of IP addresses shall be sent to the other service +using the "give IPv4" and/or "give IPv6" options. + +Currently, Users can only use services that were made available by an admin +(by adding the service record using Django's admin interface).