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
<p>DNSResolver specifies the DNS resolver configuration for NGINX.
2273
+
This enables dynamic DNS resolution for ExternalName Services.
2274
+
Corresponds to the NGINX resolver directive: <ahref="https://nginx.org/en/docs/http/ngx_http_core_module.html#resolver">https://nginx.org/en/docs/http/ngx_http_core_module.html#resolver</a></p>
2275
+
</p>
2276
+
<tableclass="table table-bordered table-striped">
2277
+
<thead>
2278
+
<tr>
2279
+
<th>Field</th>
2280
+
<th>Description</th>
2281
+
</tr>
2282
+
</thead>
2283
+
<tbody>
2284
+
<tr>
2285
+
<td>
2286
+
<code>timeout</code><br/>
2287
+
<em>
2288
+
<ahref="#gateway.nginx.org/v1alpha1.Duration">
2289
+
Duration
2290
+
</a>
2291
+
</em>
2292
+
</td>
2293
+
<td>
2294
+
<em>(Optional)</em>
2295
+
<p>Timeout specifies the timeout for name resolution.</p>
2296
+
</td>
2297
+
</tr>
2298
+
<tr>
2299
+
<td>
2300
+
<code>cacheTTL</code><br/>
2301
+
<em>
2302
+
<ahref="#gateway.nginx.org/v1alpha1.Duration">
2303
+
Duration
2304
+
</a>
2305
+
</em>
2306
+
</td>
2307
+
<td>
2308
+
<em>(Optional)</em>
2309
+
<p>CacheTTL specifies how long to cache DNS responses.</p>
2310
+
</td>
2311
+
</tr>
2312
+
<tr>
2313
+
<td>
2314
+
<code>disableIPv6</code><br/>
2315
+
<em>
2316
+
bool
2317
+
</em>
2318
+
</td>
2319
+
<td>
2320
+
<em>(Optional)</em>
2321
+
<p>DisableIPv6 disables IPv6 lookups.
2322
+
If not specified, or set to false, IPv6 lookups will be enabled.</p>
0 commit comments