From 4a9e8f758e9f71d0f38d0ff76e1424f7ae8215e7 Mon Sep 17 00:00:00 2001 From: ZueffC Date: Sat, 19 Jul 2025 20:05:47 +0300 Subject: [PATCH] Added README.md --- README.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..1b12f84 --- /dev/null +++ b/README.md @@ -0,0 +1,17 @@ +### dnsexit-manager library + +This is a part of my handmade DNS management project. +It's a driver that's create ability to manage your DNSexit subdomains via API. + +#### How it works? + +This driver relies on `dns-manager` library which describes all drivers API you may use. +The architecture is as simple as ABC: the drivers must implement all methods from `dns-manager` +library to be compatible with it. + +It means anyone else can extend this project by creating own driver for their DNS providers. + +#### To-Do list +- [ ] Better error handling +- [ ] Docs for the project +- [ ] Make an example of usage