From 566722702075f1ce9e89431b7182f358760ba61e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Milan=20P=2E=20Stani=C4=87?= Date: Thu, 29 Aug 2019 18:58:54 +0200 Subject: [PATCH] doc/main.conf: add short description about internal dhcp added example how to use internal dhcp and resolver config --- doc/main.conf | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/doc/main.conf b/doc/main.conf index acc5830b..009b5690 100644 --- a/doc/main.conf +++ b/doc/main.conf @@ -8,6 +8,12 @@ mtu=1400 max_4way_handshake_time=5 [General] +# Enable/Disable iwd internal dhcp client +enable_network_config=True +# +# DNS helper to use: resolvconf or systemd +# Default to systemd-resolved service +dns_resolve_method=resolvconf # # Enable/Disable sending EAPoL packets over NL80211. Enabled by default if # kernel support is available. Doing so sends all EAPoL traffic over directly