commit | 44e609bfa5bfd498fe5487ed9c53016e5052b827 | [log] [tgz] |
---|---|---|
author | Ben Draut <drautb@gmail.com> | Tue May 29 15:40:08 2018 -0600 |
committer | Willy Tarreau <w@1wt.eu> | Wed May 30 05:17:16 2018 +0200 |
tree | e7c2f9c4551f74ba485d45cc6564c4a6562a6ffc | |
parent | 082627af77bf062c94920a742269dfca241f62c8 [diff] |
MINOR: dns: Implement `parse-resolv-conf` directive This introduces a new directive for the `resolvers` section: `parse-resolv-conf`. When present, it will attempt to add any nameservers in `/etc/resolv.conf` to the list of nameservers for the current `resolvers` section. [Mailing list thread][1]. [1]: https://www.mail-archive.com/haproxy@formilux.org/msg29600.html