2 Commits

Author SHA1 Message Date
Gitea Actions
fa8eb8b5fe Update manifest version to 6.0.1 [▶️] 2025-12-11 19:35:32 +00:00
d879649851 Update README.md
Some checks failed
Build, Push, Publish / Build & Release (push) Has been cancelled
2025-12-11 19:35:12 +00:00
2 changed files with 5 additions and 1 deletions

View File

@@ -17,6 +17,7 @@ Router friendly client to update AWS Route53 entries for Dynamic DNS funtionalit
## Requirement:
* [Docker Compose](https://docs.docker.com/engine/install/)
* Domain zone on AWS Route 53
* MySQL/MariaDB
* Keycloak for SSO
@@ -84,6 +85,9 @@ Example: `https://[FQDN]:[PASSWORD]@subdomain.example.com/update.php?hostname=[F
TP-Link Omada Update URL:
* `https://[USERNAME]:[PASSWORD]@subdomain.example.com/update.php?hostname=[DOMAIN]&myip=[IP]`
Unifi Cloud Gateway server:
* `subdomain.example.com/update.php?hostname=%h&myip=%i`
## To Do:
* HTML beautification

View File

@@ -1,4 +1,4 @@
{
"version": "6.0.0",
"version": "6.0.1",
"author": "Ivan Carlos"
}