From 363ce664e8a389113f1e48a0df3c4714d5d974f4 Mon Sep 17 00:00:00 2001 From: Shihaam Abdul Rahman Date: Mon, 20 Jan 2020 05:08:08 +0500 Subject: [PATCH] add instructions --- README.md | 24 +++++++++++++++++++++++- 1 file changed, 23 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index fa96ee6..d403beb 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,24 @@ -# dhiraaguddns +# Dhiraagu Dynamic DNS A script to fetch Dhiraagu Fiber or ADSL connection IP and send to no-ip to assign ip to a domain name. + +## Requirements +`linux` +`python3` +`requests` + +## Installing + +```bash +git clone https://github.com/shihaamabr/dhiraaguddns.git +cd dhiraaguddns +``` +Edit the creds in ipupdate.py +Give executable permissions for manual.sh and auto.sh +```bash +chmod +x manual.sh +chmod +x auto.sh +``` +set a chronjob for auto.sh for automatic update +`./manual.sh` if you needed to trigger update manually + +---