From b9768139400d532fc2a234d68ab65015ba58aeab Mon Sep 17 00:00:00 2001 From: Milind Ramesh Murhekar Date: Mon, 5 Jun 2017 14:25:31 +0530 Subject: [PATCH] Append DNS option in dhcpd.conf for Wi-Fi Direct tethering Description: This Patch appends the default DNS address for the Wi-Fi Direct Tethering in dhcpd.conf file. Change-Id: I67ea8049d609d8a2a0dd541ef2683395942834ab --- files/dhcpd.conf.in | 1 + 1 file changed, 1 insertion(+) diff --git a/files/dhcpd.conf.in b/files/dhcpd.conf.in index 5ed780c..8c6bdd4 100644 --- a/files/dhcpd.conf.in +++ b/files/dhcpd.conf.in @@ -8,3 +8,4 @@ option subnet 255.255.255.0 option router 192.168.49.1 option lease 864000 #10 days of seconds option broadcast 192.168.49.255 +option dns 192.168.49.1 -- 2.7.4