Skip to content

Commit c74be6d

Browse files
committedSep 3, 2024
update README
1 parent a3e9990 commit c74be6d

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed
 

‎README.md

+3
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ This package implements the [libdns interfaces](https://github.com/libdns/libdns
88
[PowerDNS](https://powerdns.com/), allowing you to
99
manage DNS records.
1010

11+
This uses [mittwald/go-powerdns](https://github.com/mittwald/go-powerdns) under the covers
12+
to actually talk to powerdns.
13+
1114
To configure this, simply specify the server URL and the access token.
1215

1316

‎client.go

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,12 @@ package powerdns
33
import (
44
"context"
55
"fmt"
6-
"github.com/libdns/powerdns/txtsanitize"
76
"io"
87
"strings"
98

109
"github.com/libdns/libdns"
10+
"github.com/libdns/powerdns/txtsanitize"
11+
1112
pdns "github.com/mittwald/go-powerdns"
1213
"github.com/mittwald/go-powerdns/apis/zones"
1314
)

0 commit comments

Comments
 (0)