From 98c8f65854e29283fdd08f603ff1f06c54303b71 Mon Sep 17 00:00:00 2001 From: Ivan Carlos Date: Thu, 11 Dec 2025 19:35:58 +0000 Subject: [PATCH] Update README.md --- README.md | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) diff --git a/README.md b/README.md index 47b3d66..fc78a00 100644 --- a/README.md +++ b/README.md @@ -85,22 +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: +Unifi Cloud Gateway custom server: * `subdomain.example.com/update.php?hostname=%h&myip=%i` -## To Do: - -* HTML beautification -* Build releases using Compose to populate AWS SDK dinamically - -## Hosting note: - -Using PHP with the Suhosin patch is not recommended, but is common on some Ubuntu and Debian distributions. To modify `suhosin.ini`, add the following line. - -``` -suhosin.executor.include.whitelist = phar -``` - ---