Skip to content

Commit a7d3f6e

Browse files
removed zone
1 parent d64aa72 commit a7d3f6e

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

AcmeCaPlugin/Clients/DNS/InfobloxDnsProvider.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,13 +99,12 @@ public async Task<bool> CreateRecordAsync(string recordName, string txtValue)
9999
searchResponse.StatusCode, searchErrorBody);
100100
}
101101

102-
// Create new record with zone specified
102+
// Create new record (zone is automatically determined by Infoblox from the FQDN)
103103
var payload = new
104104
{
105105
name = cleanName,
106106
text = txtValue,
107107
ttl = 60,
108-
zone = zoneName,
109108
view = "default"
110109
};
111110

0 commit comments

Comments
 (0)