mirror of
https://github.com/vbrandl/bind9-api.git
synced 2024-11-22 01:23:34 +01:00
Add badges for build status and licenses
This commit is contained in:
parent
5202f65f78
commit
6c1efac41b
@ -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.
|
||||
|
||||
@ -117,4 +121,4 @@ This project is licensed under either of
|
||||
* MIT license ([LICENSE-MIT](LICENSE-MIT) or
|
||||
http://opensource.org/licenses/MIT)
|
||||
|
||||
at your option.
|
||||
at your option.
|
||||
|
Loading…
Reference in New Issue
Block a user