From 46d9f8f7592d08b137fde3b0340a9f53fe846ab2 Mon Sep 17 00:00:00 2001 From: Nils Blume Date: Thu, 24 Aug 2023 16:02:17 +0200 Subject: [PATCH] Update to include configure scripts --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 28c52c3..c532a9e 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,12 @@ Self-hosted dynamic DNS php script to update netcup DNS API from Router like AVM * Nils Blume [@niiwiicamo](https://github.com/niiwiicamo) ## Usage -### Installation +### Install using configure scripts +* Copy `update.php`, `src/*`, `.env.dist`, `.configure.sh` and `.configure-endpoints.sh` to your webspace +* If you want multiple endpoints use .configure-endpoints.sh +* If you want a single endpoint use .configure.sh + +### Manual Installation * Copy all files to your webspace * If you want multiple endpoints that each can only update one domain look at the mydomain folder.
The update URL would be https://`url`/mydomain/update.php?(...)