• Geoff Simmons's avatar
    Update BackendConfig with parameters for ExternalName Services. · 0f1ea9c5
    Geoff Simmons authored
    These correspond to properties that can be set in VMOD dynamic.
    Currently we have:
    
    dnsRetryDelay: this is set as the ttl in the VMOD. Since we get
    DNS TTLs from the server, it effectively sets the retry delay
    after a lookup gets negative results. More recent versions of the
    VMOD have a separate parameter for this purpose, so this should be
    updated soon.
    
    domainUsageTimeout: corresponds to the domain_usage_timeout param
    of the VMOD director.
    
    firstLookupTimeout: corresponds to the first_lookup_timeout param
    of the VMOD director.
    
    resolverTimeout: set with the .set_timeout() method of the VMOD
    resolver object.
    
    resolverIdleTimeout: set with the .set_idle_timeout() method of the
    VMOD resolver object.
    
    maxDNSQueries: set with the .set_limit_outstanding_queries() method
    of the VMOD resolver object.
    
    followDNSRedirects: set with the .set_follow_redirects() method of
    the VMOD resolver object.
    0f1ea9c5
Name
Last commit
Last update
..
acl Loading commit data...
architectures Loading commit data...
authentication Loading commit data...
backend-config Loading commit data...
custom-vcl Loading commit data...
externalname Loading commit data...
hello Loading commit data...
namespace Loading commit data...
req-disposition Loading commit data...
rewrite Loading commit data...
self-sharding Loading commit data...
tls Loading commit data...
varnish_pod_template Loading commit data...
README.md Loading commit data...