Update README.md

This commit is contained in:
2020-05-25 17:03:17 +01:00
committed by GitHub
parent 57a7886ae4
commit 30c3d70c02

View File

@@ -5,7 +5,12 @@ Python script to update Cloudflare DNS records when a server's IP address change
Get the script and make it executable: Get the script and make it executable:
git clone https://github.com/jcharman/Cloudflare-Updater git clone https://github.com/jcharman/Cloudflare-Updater
cd Cloudflare-Updater
chmod +x ./updateCloudflare.py chmod +x ./updateCloudflare.py
Install the required modules
pip3 install -r requirements.txt
Copy the example config file into place: Copy the example config file into place:
cp ./updateCloudflare.conf.example updateCloudflare.conf cp ./updateCloudflare.conf.example updateCloudflare.conf