From c205d0e844518844aa18c8a8a1259f028314f2a0 Mon Sep 17 00:00:00 2001 From: Jesse Reppin <5895349+hashfunktion@users.noreply.github.com> Date: Mon, 3 Mar 2025 11:29:04 +0100 Subject: [PATCH] Update README.md Add HowTo for UniFi Gateways --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e15b258..687c40c 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # ownDynDNS -Self-hosted dynamic DNS php script to update netcup DNS API from Router like AVM FRITZ!Box +Self-hosted dynamic DNS php script to update netcup DNS API from Router like AVM FRITZ!Box or UniFi Gateways ## Authors * Felix Kretschmer [@fernwerker](https://github.com/fernwerker) @@ -32,6 +32,14 @@ Self-hosted dynamic DNS php script to update netcup DNS API from Router like AVM * Username: `` * Password: `` +### UniFi Gateways +* Go to "Settings" -> "Internet" -> "Choose WAN Interface" -> "Dynamic DNS" -> "+ Create New Dynamic DNS" +* Service "Choose -> `dyndns`" +* Hostname: `` +* Username: `` +* Password: `` +* Server: `dyn.yourdomain.com/update.php/\/nic/update?user=%u&password=%p&ipv4=%i&force=0&mode=both&domain=%h` + # run as cronjob on a **nix based device * see [examples](./examples)