Skip to content

Releases: NicoFgrx/pihole-api-go

v0.3.0

08 Aug 12:33
Compare
Choose a tag to compare

New feature :
func (client *Client) UpdateCustomDNS(domain string, params *DNSRecordParams) error

v0.2.0

08 Aug 12:10
Compare
Choose a tag to compare

New features :
func (client *Client) GetCustomDNS(data string) (DNSRecordParams, error) {
func (client *Client) GetAllCustomDNS() ([]DNSRecordParams, error)

v0.1.0

01 Aug 20:12
Compare
Choose a tag to compare

Testing release