dns: introduce jpictl dns sync to update public DNS records #25

Merged
amery merged 4 commits from pr-amery-dns-sync into main 2023-09-13 15:31:58 +02:00
Showing only changes of commit 172752ab90 - Show all commits
+2
View File
@@ -18,6 +18,8 @@ const (
type Provider interface {
libdns.RecordGetter
libdns.RecordDeleter
libdns.RecordSetter
libdns.RecordAppender
}
// DefaultDNSProvider returns a cloudflare DNS provider