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