Append DNS option in dhcpd.conf for Wi-Fi Direct tethering 56/132456/1
authorMilind Ramesh Murhekar <m.murhekar@samsung.com>
Mon, 5 Jun 2017 08:55:31 +0000 (14:25 +0530)
committerMilind Ramesh Murhekar <m.murhekar@samsung.com>
Mon, 5 Jun 2017 08:55:31 +0000 (14:25 +0530)
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

index 5ed780c..8c6bdd4 100644 (file)
@@ -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