Skip to content

Commit

Permalink
Migration note
Browse files Browse the repository at this point in the history
  • Loading branch information
joeig committed Sep 21, 2024
1 parent 7c7c1ee commit f68a71b
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,14 @@ It's not associated with the official PowerDNS product itself.

## Features

* Conveniently manage zones, resource records, DNSSEC, server statistics and more.
* Conveniently manage
* zones
* resource records
* cryptokeys
* TSIG keys
* servers
* statistics
* configuration
* It works entirely with the Go standard library and can easily be customized.[^1]

[^1]: There is a dependency for `github.com/jarcoal/httpmock`, which is used by the test suite.
Expand Down Expand Up @@ -48,6 +55,10 @@ pdns := powerdns.New("http://localhost:80", "localhost", powerdns.WithAPIKey("ap
ctx := context.Background()
```

#### Migrating `NewClient` to `New`

See the [release notes for v3.13.0](https://github.com/joeig/go-powerdns/releases/tag/v3.13.0).

### Get/add/change/delete zones

```go
Expand Down

0 comments on commit f68a71b

Please sign in to comment.