Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
labs
resolvers-yang
Commits
f9c863ef
Commit
f9c863ef
authored
Sep 04, 2018
by
Aleš Mrázek
Browse files
Update README.md
parent
8a8ac8e0
Changes
1
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
f9c863ef
...
...
@@ -2,6 +2,11 @@
YANG data models and tools for unified configuration of DNS resolvers
*
[
Official Documentation
](
)
*
[
Examples of usage
](
https://gitlab.labs.nic.cz/labs/resolvers-yang/wikis/examples
)
*
[
Wiki
](
https://gitlab.labs.nic.cz/labs/resolvers-yang/wikis/home
)
*
[
Deckard config
](
https://gitlab.labs.nic.cz/jetconf/jetconf-resolver/wikis/deckard
)
Data model and library for DNS resolvers:
*
[
Knot Resolver
](
https://www.knot-resolver.cz/
)
*
[
Unbound
](
https://www.unbound.net/
)
...
...
@@ -9,28 +14,28 @@ Data model and library for DNS resolvers:
*
[
BIND
](
https://www.isc.org/downloads/bind/
)
## Data Model
*
[
Current schema tree
](
https://gitlab.labs.nic.cz/
jetconf/jetconf-
resolver/raw/master/data-model/model.tree
)
*
[
Example JSON data
](
https://gitlab.labs.nic.cz/
jetconf/jetconf-
resolver/raw/master/tests/complete/example-data.json
)
*
[
Current schema tree
](
https://gitlab.labs.nic.cz/
labs/
resolver
s-yang
/raw/master/data-model/model.tree
)
*
[
Example JSON data
](
https://gitlab.labs.nic.cz/
labs/
resolver
s-yang
/raw/master/tests/complete/example-data.json
)
#### YANG Modules
*
[
cznic-dns-types
](
https://gitlab.labs.nic.cz/
jetconf/jetconf-
resolver/raw/master/yang-modules/cznic-dns-types@2018-05-14.yang
)
*
[
cznic-resolver-common
](
https://gitlab.labs.nic.cz/
jetconf/jetconf-
resolver/raw/master/yang-modules/cznic-resolver-common@2018-07-27.yang
)
*
[
cznic-resolver-knot
](
https://gitlab.labs.nic.cz/
jetconf/jetconf-
resolver/raw/master/yang-modules/cznic-resolver-knot@2018-07-27.yang
)
*
[
cznic-dns-types
](
https://gitlab.labs.nic.cz/
labs/
resolver
s-yang/
/raw/master/yang-modules/cznic-dns-types@2018-05-14.yang
)
*
[
cznic-resolver-common
](
https://gitlab.labs.nic.cz/
labs/
resolver
s-yang
/raw/master/yang-modules/cznic-resolver-common@2018-07-27.yang
)
*
[
cznic-resolver-knot
](
https://gitlab.labs.nic.cz/
labs/
resolver
s-yang
/raw/master/yang-modules/cznic-resolver-knot@2018-07-27.yang
)
## Getting Started
### Get Clone
Clone repository
```
bash
$
git clone git@gitlab.labs.nic.cz:labs/resolvers-yang.git
$
cd
resolvers-yang
```
### Requirements
**Python 3.5**
or newer
Requires
**Python 3.5**
or newer
```
bash
$
sudo
apt-get
install
python3
$
sudo
apt-get
install
python3-pip
```
## Installation
...
...
@@ -46,7 +51,3 @@ $ python3 setup.py install
## Example library usages
*
[
JSON Validation, Generate configuration, Convert from unbound.conf
](
https://gitlab.labs.nic.cz/jetconf/jetconf-resolver/wikis/examples
)
## Links
*
[
Official Documentation
](
)
*
[
Wiki
](
https://gitlab.labs.nic.cz/jetconf/jetconf-resolver/wikis/home
)
*
[
Deckard config
](
https://gitlab.labs.nic.cz/jetconf/jetconf-resolver/wikis/deckard
)
\ No newline at end of file
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment