Compare commits
No commits in common. "master" and "v2.0.3" have entirely different histories.
1 changed files with 1 additions and 0 deletions
|
|
@ -88,6 +88,7 @@ func (p *Provider) removeDNSRecord(ctx context.Context, domain string, record li
|
|||
|
||||
for _, rec := range records {
|
||||
if rec.RR().Name == record.RR().Name {
|
||||
fmt.Println(rec)
|
||||
recordId = rec.(VultrRecord).ID
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue