mbox series

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

Message ID 20200909033320.118879-1-ted.elhourani@nutanix.com
Headers show
Series dns-resolve: Allow unbound's config file to be set through an env var. | expand

Message

Ted Elhourani Sept. 9, 2020, 3:33 a.m. UTC
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 +++-
 lib/dns-resolve.c                       | 12 ++++++++++++
 2 files changed, 15 insertions(+), 1 deletion(-)