Skip to content
This repository was archived by the owner on Nov 21, 2019. It is now read-only.

Commit 2f8fc15

Browse files
author
icymind
committed
remove wrong config line in dnsmasq.conf
1 parent b9ec41b commit 2f8fc15

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/renderer/lib/generator.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -322,9 +322,9 @@ class Generator {
322322
contents = contents.concat(subs)
323323
}
324324

325-
// add google DNS to black list
326-
contents.push(`add ${firewallInfo.ipset.blackSetName} 8.8.8.8`)
327-
contents.push(`add ${firewallInfo.ipset.blackSetName} 8.8.4.4`)
325+
// add google DNS to black list. bad config in dnsmasq.conf
326+
// contents.push(`add ${firewallInfo.ipset.blackSetName} 8.8.8.8`)
327+
// contents.push(`add ${firewallInfo.ipset.blackSetName} 8.8.4.4`)
328328

329329
await fs.outputFile(tempFPath, contents.join('\n'), 'utf8')
330330
return tempFPath

0 commit comments

Comments
 (0)