Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/commitizen-tools/commitizen
rev: v3.5.3
rev: v4.13.10
hooks:
- id: commitizen
- repo: https://github.com/golangci/golangci-lint
Expand Down
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,15 @@ This is most useful for allowing
for dealing with Windows DNS servers that require 'Secure only' updates or
BIND if it has been configured to use Kerberos.

> :warning: Windows DNS servers don't accept wildcard resource names in dynamic updates.
## Notable users

* [https://github.com/hashicorp/terraform-provider-dns](https://github.com/hashicorp/terraform-provider-dns)
* [https://github.com/go-acme/lego](https://github.com/go-acme/lego)
* [https://github.com/kubernetes-sigs/external-dns](https://github.com/kubernetes-sigs/external-dns)

## Usage

> :warning: Windows DNS servers don't accept wildcard resource names and only a subset of record types in dynamic updates.

Here is an example client, it is necessary that your Kerberos or Active
Directory environment is configured and functional:
Expand Down
Loading