• 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
charts Loading commit data...
cmd Loading commit data...
container Loading commit data...
deploy Loading commit data...
docs Loading commit data...
examples Loading commit data...
hack Loading commit data...
pkg Loading commit data...
test Loading commit data...
.gitignore Loading commit data...
.gitlab-ci.yml Loading commit data...
.kind-gitlab.yaml Loading commit data...
COPYING Loading commit data...
LICENSE Loading commit data...
Makefile Loading commit data...
README.md Loading commit data...
go.mod Loading commit data...
go.sum Loading commit data...