summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorXyne2015-08-10 23:32:16 +0000
committerXyne2015-08-10 23:32:16 +0000
commitc9b20b13610f26693fc8af2c999028a0f82e340b (patch)
tree5d053120e99de62fc348d94ef97700e6391764c5
parent4a4bbff18d449dd75f16b62f4bb27d6d9b48b57d (diff)
downloadaur-c9b20b13610f26693fc8af2c999028a0f82e340b.tar.gz
Added commented options for preventing DNS leaks when working with TOR.
-rw-r--r--PKGBUILD9
1 files changed, 9 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 07eb6ef9d49d..d30214ad65b6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -25,6 +25,15 @@ build() {
--libexecdir=/usr/lib \
--enable-noexecstack
make
+
+# Further options to prevent DNS leaks when working with TOR
+# https://trac.torproject.org/projects/tor/ticket/2846
+
+# --disable-dns-cert \
+# --disable-dns-pka \
+# --disable-dns-srv \
+# --disable-ldap \
+
#ln -s ${pkgname}-${pkgver}/scripts .. # seems obsolete now
}