From 3d9402ca8454df441eef88a3006a42184db37ffd Mon Sep 17 00:00:00 2001 From: "Sergey V. DUDANOV" Date: Mon, 3 Jun 2019 15:22:46 +0400 Subject: [PATCH] Update README.md --- README.md | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 888db65..150d6f9 100644 --- a/README.md +++ b/README.md @@ -1 +1,15 @@ -# mikrotik-cloudflare-ddns-scripts \ No newline at end of file +#mikrotik-cloudflare-ddns-scripts + +This simple scripts are designed to implement `DDNS` feature using the service [Cloudflare](https://www.cloudflare.com/). + +### Requirements and dependences + +Scripts work only on `RouterOS` version 6.44 and above. + +Depends on [Mikrotik JSON Parser](https://github.com/Winand/mikrotik-json-parser) project installed as system script with name `JParseFunctions`. + +### Running + +You may add this script to system scheduler as periodically task. + +####Thanks for using.