Expand home page. authored by Ladislav Lhotka's avatar Ladislav Lhotka
# YANG Model for DNS Zone Data # YANG Model for DNS Zone Data
- [Design Considerations](design-considerations) - [Design Considerations](design-considerations)
- [Generating master files](master-files) - [Generating master files](master-files)
\ No newline at end of file
YANG-aware tools such as [pyang](https://github.com/mbj4668/pyang) can
use the data model in many different ways, for example
- validate instance configurations,
- convert XML instances to JSON and vice versa,
- generate a sample XML instance.
These tasks are explain in detail and demonstrated in this
[tutorial](https://github.com/mbj4668/pyang/wiki/Tutorial) and some of
them also implemented in the
[Makefile](https://gitlab.labs.nic.cz/llhotka/zone-data-yang/blob/master/Makefile).