Added README.md
This commit is contained in:
17
README.md
Normal file
17
README.md
Normal file
@ -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
|
Reference in New Issue
Block a user