diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 889a40e..ce87f06 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -3,6 +3,11 @@ Changelog ========= +1.3.0 (2014-12-16) +------------------ + +- Support for custom DDNS URL via `--url` parameter + 1.2.3 (2014-10-10) ------------------ diff --git a/README.rst b/README.rst index fe62cd6..6ed396f 100644 --- a/README.rst +++ b/README.rst @@ -46,7 +46,7 @@ Basic usage of **noipy** command line tool: .. code-block:: bash $ noipy -u -p -n - --provider {noip|dyn|duck} + --provider {generic|noip|dyn|duck} For `DuckDNS provider `_, the command line would look like this: @@ -61,9 +61,15 @@ previously stored login information with ``--store`` option. .. code-block:: bash - $ noipy --hostname --provider {noip|dyn| duck} + $ noipy --hostname --provider {generic|noip|dyn| duck} + + +You can also specify a custom DDNS URL (thanks to @jayennis22): +.. code-block:: bash + + $ noipy --hostname [--provider generic] + --url -If ``--provider`` option is not informed, **noip** will be used as provider. It is also possible to inform an IP address other than the machine's current: @@ -72,6 +78,9 @@ It is also possible to inform an IP address other than the machine's current: $ noipy --hostname 127.0.0.1 +If ``--provider`` option is not informed, **generic** will be used as provider. + + For details: .. code-block:: bash