Update Setup-Instructions.md

This commit is contained in:
SubleXBle
2025-08-24 09:24:34 +02:00
committed by GitHub
parent c81c37c971
commit 4a9a6d51b3

View File

@@ -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)
---