diff options
Diffstat (limited to 'community/iwd/doc-dns-resolv-main.conf.patch')
-rw-r--r-- | community/iwd/doc-dns-resolv-main.conf.patch | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/community/iwd/doc-dns-resolv-main.conf.patch b/community/iwd/doc-dns-resolv-main.conf.patch new file mode 100644 index 0000000000..482e146c4a --- /dev/null +++ b/community/iwd/doc-dns-resolv-main.conf.patch @@ -0,0 +1,20 @@ +--- a/doc/main.conf 2019-08-04 21:22:04.000000000 +0200 ++++ b/doc/main.conf 2019-08-20 16:41:41.409278810 +0200 +@@ -8,6 +8,12 @@ + 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 +@@ -130,3 +136,4 @@ + # desired. The default is 1.0, which does not affect the calculated ranking. + # + # rank_5g_factor=1.0 ++ |