diff options
author | Luke Bratch <luke@bratch.co.uk> | 2017-04-06 14:25:25 +0100 |
---|---|---|
committer | Luke Bratch <luke@bratch.co.uk> | 2017-04-06 14:25:25 +0100 |
commit | 64e8c88ddab2a8762114028abfa69fc4ae431bda (patch) | |
tree | e7afb36909140c80b90a891ee8e528e8247413e8 | |
parent | ab73efec8ea23789058442cbf201c921156bf51f (diff) | |
parent | 5a155c3696cc1d3567eec74f8d7cc80ae3aae7c7 (diff) |
Merge branch 'feature/readme' into 'master'
Add a markdown readme with v1 plan
Adds a readme file.
Readme should explain the project and the goals to get to v1
See merge request !1
-rw-r--r-- | README.md | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..1368d00 --- /dev/null +++ b/README.md @@ -0,0 +1,12 @@ +# BlaDNS Web + +A web front end tool for editing BlaDNS zone files + +## v1.0.0 Plan + +- Web front end +- Logging in +- Registration process w/ manual confirmation +- Viewing and editing zone file +- Server side go/no-go validation of the file +- Running "script" server side to deal with other DNS remotes |