From 4a9a6d51b3c2eecba86cdca57201b6a189e628c2 Mon Sep 17 00:00:00 2001 From: SubleXBle <51033045+SubleXBle@users.noreply.github.com> Date: Sun, 24 Aug 2025 09:24:34 +0200 Subject: [PATCH] Update Setup-Instructions.md --- Docs/Setup-Instructions.md | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/Docs/Setup-Instructions.md b/Docs/Setup-Instructions.md index 01a12aa..848c1b5 100644 --- a/Docs/Setup-Instructions.md +++ b/Docs/Setup-Instructions.md @@ -36,11 +36,20 @@ The structure should look like this: │ ├── unblock-ip.php │ ├── list-files.php │ └── footer.php - ├── archive/ ← must be writable by web server + ├── archive/ ← must be writable by web server + │ ├── Client-Servername + │ ├── fail2ban/ + │ ├── blocklists + │ └── ufw ├── index.php ├── .htaccess - ├── README.md - ├── Setup-Instructions.md + ├── endpoint/ + │ ├── index.php + │ ├── update.php + │ ├── download.php + │ ├── backsync.php + │ └── .htaccess + ├── s └── (Shell scripts stored outside the web root) ---