diff --git a/provider/ns1/ns1.go b/provider/ns1/ns1.go index 8845daa966..a776317cd8 100644 --- a/provider/ns1/ns1.go +++ b/provider/ns1/ns1.go @@ -75,7 +75,7 @@ func (n NS1DomainService) UpdateRecord(r *dns.Record) (*http.Response, error) { // GetZone wraps the Get method of the API's Zones service func (n NS1DomainService) GetZone(zone string) (*dns.Zone, *http.Response, error) { - return n.service.Zones.Get(zone) + return n.service.Zones.Get(zone, true) } // ListZones wraps the List method of the API's Zones service