duckdnsrefresh

Utility to refresh dyn hostnames from duckdns.org
git clone https://git.e1e0.net/duckdnsrefresh.git
Log | Files | Refs | README | LICENSE

commit d6072648db92b26d4640a6f8442a59f9afff6c85
parent 1e15ae5c0d188ddee153e7f72d983d31e01495c9
Author: Paco Esteban <paco@onna.be>
Date:   Tue, 12 Jun 2018 13:41:20 +0200

upstream change notice

Diffstat:
AREADME | 22++++++++++++++++++++++
DREADME.md | 10----------
2 files changed, 22 insertions(+), 10 deletions(-)

diff --git a/README b/README @@ -0,0 +1,22 @@ +** This repo has been moved ! ** + +I might keep pushing to this github repo, but upstream is now: + + https://git.onna.be/dotfiles/ + +---------------------------------------------------------------------------- + +duckdnsrefresh +============== + +Utility to refresh dyn domain names from duckdns.org + +It is pretty simple, and could be improved ... I might do that one day. + +It only accepts `-v` to be a little more verbose. All the other configs need to be on a config file (YAML or JSON, it uses [viper](https://github.com/spf13/viper)). File has to be located in `$HOME/.duckdns/config.yaml` or in `.` + +There's a config file example in the repo. + +If you find any bugs or want to improve it, please contact me at: + +https://onna.be/contact.html diff --git a/README.md b/README.md @@ -1,10 +0,0 @@ -duckdnsrefresh -============== - -Utility to refresh dyn domain names from duckdns.org - -It is pretty simple, and could be improved ... I might do that one day. - -It only accepts `-v` to be a little more verbose. All the other configs need to be on a config file (YAML or JSON, it uses [viper](https://github.com/spf13/viper)). File has to be located in `$HOME/.duckdns/config.yaml` or in `.` - -There's a config file example in the repo.