[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 Oct 6 17:10:05 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):
  dns-resolve: Allow unbound's config file to be set through an env var.

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

-- 
2.22.3



More information about the dev mailing list