[ovs-dev] [PATCH v1 0/1] dns-resolve: Allow unbound's config file to be set through an env var.

Ted Elhourani ted.elhourani at nutanix.com
Tue Sep 8 17:02:09 UTC 2020


It is often necessary to fine-tune parameters of the unbound DNS
resolver. The TTL of entries in the DNS servers cache is one example.
Unbound's config may be conveniently defined in the form of a
configuration file. This patch provides the means for specifying the
location of a configuration file via an environment variable, in a
similar fashion to how the location of the resolv.conf is specified.

Ted Elhourani (1):
  Allow unbound's config file to be set through an env var.

 Documentation/intro/install/general.rst |  4 +++-
 lib/dns-resolve.c                       | 12 ++++++++++++
 2 files changed, 15 insertions(+), 1 deletion(-)

-- 
2.22.3



More information about the dev mailing list