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.