Sign inSign up

waazaafr/ddns-myaddr-updater

By waazaafr

Updated almost 2 years ago
Archived

Updater client for DDNS offered by https://myaddr.tools

Image
0

6.7K

waazaafr/ddns-myaddr-updater repository overview

This is a simple client to update DNS entry offered by https://myaddr.tools (thx to him).

You must create a config.yml containing your configuration for multiple updates.

Example of config.yml:

example1.myaddr.tools:
  KEY: XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
  IPv4: auto
  IPv6: "fe80::1"
  NO_UPDATE_LIMIT: 30
example2.myaddr.tools:
  KEY: YYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYY
  IPv4: auto
  IPv6: none
  NO_UPDATE_LIMIT: 30

In this example "example1.myaddr.tools" is just a name easy to remember for you for logging purpose only.

KEY is the myaddr.tools API KEY obtained by claiming a subdomain.

For IPv4 and IPv6 you can choose between:

NO_UPDATE_LIMIT is the number of day between 2 POST API call if ip is unchanged a force call is done.

Each config node is launched every 15 mn.

Docker run

docker run -it --rm --name ddns-myaddr -v /mnt/user/appdata/ddns-myaddr-updater:/config waazaafr/ddns-myaddr-updater:latest

In this run command /mnt/user/appdata/ddns-myaddr-updater must contains config.yml


Feel free to join me on https://discord.gg/p9xkjEw8ts⁠⁠

If you like this, consider buing me a coffee: https://buymeacoffee.com/waazaa⁠⁠

If you need an UnRAID license follow this link: https://unraid.net/pricing?via=4c3f80⁠⁠

If you need a good VPS: https://rarecloud.io/clients/aff.php?aff=694⁠

Tag summary

Content type

Image

Digest

sha256:f2004581c

Size

35.4 MB

Last updated

almost 2 years ago

docker pull waazaafr/ddns-myaddr-updater