You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Comments="DNS server to use for verifying TXT record propagation. For private/local DNS zones, set this to your authoritative DNS server IP (e.g., 10.3.10.37). Leave empty to use public DNS servers (Google, Cloudflare, etc.).",
197
+
Hidden=false,
198
+
DefaultValue="",
199
+
Type="String"
200
+
}
201
+
202
+
//Infoblox DNS
203
+
,
204
+
["Infoblox_Host"]=newPropertyConfigInfo()
205
+
{
206
+
Comments="Infoblox DNS: API URL (e.g., https://infoblox.example.com/wapi/v2.12) only if using Infoblox DNS (Optional)",
207
+
Hidden=false,
208
+
DefaultValue="",
209
+
Type="String"
210
+
},
211
+
["Infoblox_Username"]=newPropertyConfigInfo()
212
+
{
213
+
Comments="Infoblox DNS: Username for authentication only if using Infoblox DNS (Optional)",
214
+
Hidden=false,
215
+
DefaultValue="",
216
+
Type="String"
217
+
},
218
+
["Infoblox_Password"]=newPropertyConfigInfo()
219
+
{
220
+
Comments="Infoblox DNS: Password for authentication only if using Infoblox DNS (Optional)",
221
+
Hidden=true,
222
+
DefaultValue="",
223
+
Type="Secret"
224
+
}
225
+
226
+
//Infoblox DNS
227
+
,
228
+
["Infoblox_Host"]=newPropertyConfigInfo()
229
+
{
230
+
Comments="Infoblox DNS: API URL (e.g., https://infoblox.example.com/wapi/v2.12) only if using Infoblox DNS (Optional)",
231
+
Hidden=false,
232
+
DefaultValue="",
233
+
Type="String"
234
+
},
235
+
["Infoblox_Username"]=newPropertyConfigInfo()
236
+
{
237
+
Comments="Infoblox DNS: Username for authentication only if using Infoblox DNS (Optional)",
238
+
Hidden=false,
239
+
DefaultValue="",
240
+
Type="String"
241
+
},
242
+
["Infoblox_Password"]=newPropertyConfigInfo()
243
+
{
244
+
Comments="Infoblox DNS: Password for authentication only if using Infoblox DNS (Optional)",
0 commit comments