Skip to content

Commit

Permalink
--url feature update
Browse files Browse the repository at this point in the history
  • Loading branch information
Pablo O Vieira committed Dec 16, 2014
1 parent adb8baf commit 5e54758
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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)
------------------

Expand Down
15 changes: 12 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ Basic usage of **noipy** command line tool:
.. code-block:: bash
$ noipy -u <your username> -p <your password> -n <your hostname on DDNS provider>
--provider {noip|dyn|duck}
--provider {generic|noip|dyn|duck}
For `DuckDNS provider <https://www.duckdns.org>`_, the command line would look like this:
Expand All @@ -61,9 +61,15 @@ previously stored login information with ``--store`` option.

.. code-block:: bash
$ noipy --hostname <your hostname on DDNS provider> --provider {noip|dyn| duck}
$ noipy --hostname <your hostname on DDNS provider> --provider {generic|noip|dyn| duck}
You can also specify a custom DDNS URL (thanks to @jayennis22):
.. code-block:: bash
$ noipy --hostname <your hostname on DDNS provider> [--provider generic]
--url <custom DDNS 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:

Expand All @@ -72,6 +78,9 @@ It is also possible to inform an IP address other than the machine's current:
$ noipy --hostname <your hostname on DDNS provider> 127.0.0.1
If ``--provider`` option is not informed, **generic** will be used as provider.


For details:

.. code-block:: bash
Expand Down

0 comments on commit 5e54758

Please sign in to comment.