1
0
mirror of https://github.com/vbrandl/bind9-api.git synced 2024-11-22 07:43:50 +01:00

Add badges for build status and licenses

This commit is contained in:
Valentin Brandl 2018-07-15 20:03:29 +02:00
parent 5202f65f78
commit 6c1efac41b
Signed by: vbrandl
GPG Key ID: CAD4DA1A789125F9

View File

@ -1,5 +1,9 @@
# BIND9 API
[![Travis Build Status](https://travis-ci.org/vbrandl/bind9-api.svg?branch=master)](https://travis-ci.org/vbrandl/bind9-api)
[![License](https://img.shields.io/badge/license-MIT-green.svg)](https://github.com/vbrandl/bind9-api/blob/master/LICENSE-MIT)
[![License](https://img.shields.io/badge/license-Apache-green.svg)](https://github.com/vbrandl/bind9-api/blob/master/LICENSE-APACHE)
This is an attempt to implement an API to create, update or delete DNS records
on a BIND9 DNS server.