summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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
}