mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2024-05-11 05:55:12 +00:00
* Added PowerDNS as dns provider * Remove unnecessary comments * Some tests * Implemented feedback
7 lines
221 B
Go
7 lines
221 B
Go
// Package cache contains a specialized client for interacting with PowerDNS' "Cache" API.
|
|
//
|
|
// More information
|
|
//
|
|
// Official API documentation: https://doc.powerdns.com/authoritative/http-api/cache.html
|
|
package cache
|