aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/dnscrypt-proxy.rb
diff options
context:
space:
mode:
authorCarl Hörberg2014-05-23 12:13:18 +0800
committerAdam Vandenberg2014-05-23 12:08:42 -0700
commit8043c499bba2767e00d165f75042d66db51dd4c4 (patch)
tree560c758c89befa5d7d4d936af3fdb278aba3e590 /Library/Formula/dnscrypt-proxy.rb
parent54267793086b8e5549058038fdd0d21773e074f6 (diff)
downloadhomebrew-8043c499bba2767e00d165f75042d66db51dd4c4.tar.bz2
dnscrypt-proxy: default to OpenDNS resolver
Won't work out of the box otherwise Closes #29506. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula/dnscrypt-proxy.rb')
-rw-r--r--Library/Formula/dnscrypt-proxy.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Formula/dnscrypt-proxy.rb b/Library/Formula/dnscrypt-proxy.rb
index de83c90bb..4be94899f 100644
--- a/Library/Formula/dnscrypt-proxy.rb
+++ b/Library/Formula/dnscrypt-proxy.rb
@@ -75,6 +75,7 @@ class DnscryptProxy < Formula
<array>
<string>#{opt_sbin}/dnscrypt-proxy</string>
<string>--user=nobody</string>
+ <string>--resolver-name=opendns</string>
</array>
<key>UserName</key>
<string>root</string>