File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -126,10 +126,10 @@ jobs:
126126 echo $DNS_PASSWORD | KRB5_TRACE=/dev/stdout kinit ${DNS_USERNAME}@${DNS_REALM}
127127
128128 - name : Test (gokrb5)
129- run : go test -v -coverprofile=gokrb5.out ./...
129+ run : go test -v -coverpkg=./... - coverprofile=gokrb5.out ./...
130130
131131 - name : Test (apcera)
132- run : go test -v -coverprofile=apcera.out -tags apcera ./...
132+ run : go test -v -coverpkg=./... - coverprofile=apcera.out -tags apcera ./...
133133
134134 - name : Build (SSPI)
135135 run : go build ./...
Original file line number Diff line number Diff line change @@ -17,7 +17,15 @@ This is most useful for allowing
1717for dealing with Windows DNS servers that require 'Secure only' updates or
1818BIND if it has been configured to use Kerberos.
1919
20- > :warning : Windows DNS servers don't accept wildcard resource names in dynamic updates.
20+ ## Notable users
21+
22+ * [ https://github.com/hashicorp/terraform-provider-dns ] ( https://github.com/hashicorp/terraform-provider-dns )
23+ * [ https://github.com/go-acme/lego ] ( https://github.com/go-acme/lego )
24+ * [ https://github.com/kubernetes-sigs/external-dns ] ( https://github.com/kubernetes-sigs/external-dns )
25+
26+ ## Usage
27+
28+ > :warning : Windows DNS servers don't accept wildcard resource names and only a subset of record types in dynamic updates.
2129
2230Here is an example client, it is necessary that your Kerberos or Active
2331Directory environment is configured and functional:
You can’t perform that action at this time.
0 commit comments