1
0
mirror of https://github.com/StackExchange/dnscontrol.git synced 2024-05-11 05:55:12 +00:00

NS1: Add SRV record support (#277)

* NS1 SRV record support
* Updated feature matrix
This commit is contained in:
Daniel Schmitz
2017-11-29 20:57:35 +08:00
committed by Tom Limoncelli
parent 53b72f39a8
commit f5bfcd0d6e
3 changed files with 9 additions and 5 deletions

View File

@@ -115,7 +115,7 @@ var tmpl = template.Must(template.New("").Funcs(template.FuncMap{
"safe": func(s string) template.HTML { return template.HTML(s) },
}).Parse(`
{% comment %}
Matrix generated by build/generate/featureMatrix.go. DO NOT HAND EDIT!
Matrix generated by build/generate/featureMatrix.go. DO NOT HAND EDIT!
{% endcomment %}{{$providers := .Providers}}
<table class="table-header-rotated">
<thead>