From 8b83f2f06dfbe41d10f6dd1dc91c5fe88299fd8e Mon Sep 17 00:00:00 2001 From: Pinga <121483313+getpinga@users.noreply.github.com> Date: Thu, 13 Jul 2023 15:40:06 +0300 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 0c37f96..b5d839e 100644 --- a/README.md +++ b/README.md @@ -50,6 +50,8 @@ There are two additional scripts in the repository: **eppSync.php** and **Tembo. Rename `eppSync.php` to `YourRegistryNameSync.php`. +Edit `eppSync.php` and replace **Epp** in the line `$registrar = "Epp";` with the name of your registry provided in step 2. + ## 4. Setting Up the Cron Job: You need to set up a cron job that runs the sync module twice a day. Open crontab using the command `crontab -e` in your terminal.