This commit is contained in:
Pinga 2023-12-29 13:27:59 +02:00
parent 82f9581c44
commit bd5ada89b9
6 changed files with 30 additions and 23 deletions

View file

@ -294,6 +294,14 @@ This command will install the dependencies defined in your ```composer.json``` f
5. Remove the Script: Once verified, delete the script to maintain system security.
### Download TLD List:
To get the starting list of TLDs (Top-Level Domains) from ICANN and cache it for quick access later, please run the following command:
```bash
php /var/www/cp/bin/file_cache.php
```
## 8. Setup Web Lookup:
```bash