Releases: NicoFgrx/pihole-api-go
Releases · NicoFgrx/pihole-api-go
v0.3.0
New feature :
func (client *Client) UpdateCustomDNS(domain string, params *DNSRecordParams) error
v0.2.0
New features :
func (client *Client) GetCustomDNS(data string) (DNSRecordParams, error) {
func (client *Client) GetAllCustomDNS() ([]DNSRecordParams, error)