From c5783fed71754b40b9baadf49bc0f3f4e70ea350 Mon Sep 17 00:00:00 2001 From: Tim Kourt Date: Wed, 4 Sep 2019 09:21:36 -0700 Subject: [PATCH] doc: Refine dns_resolve_method documentation --- doc/main.conf | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a/doc/main.conf b/doc/main.conf index 23df920f..a71d2e45 100644 --- a/doc/main.conf +++ b/doc/main.conf @@ -27,9 +27,19 @@ max_4way_handshake_time=5 # # -# DNS helper to use: resolvconf or systemd -# Default to systemd-resolved service -dns_resolve_method=resolvconf +# Indicate a DNS resolution method used by the system. This configuration option +# must be used in conjunction with 'enable_network_config'. The currently +# supported methods include: systemd-resolved and the resolv.conf based options +# (such as openresolv, etc). +# The following configuration 'dns_resolve_method' options are supported: +# systemd +# resolvconf +# +# If not specified, 'systemd' is used as default. +# +# dns_resolve_method=systemd +# + # # Enable/Disable sending EAPoL packets over NL80211. Enabled by default if # kernel support is available. Doing so sends all EAPoL traffic over directly