summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorintrigeri <intrigeri@boum.org>2012-01-07 15:23:47 +0100
committerintrigeri <intrigeri@boum.org>2012-11-11 23:11:17 +0100
commit0c28fa636653f395c756f56c93f8c78fddfcee00 (patch)
tree294bc78b7a707d6512a1b0a183f947af1a3c21df /README
parent911cc18e594bb5a3ab642ebb24615a0447050c32 (diff)
Allow redirecting DNS requests to Tor for specific users or globally.
Diffstat (limited to 'README')
-rw-r--r--README13
1 files changed, 12 insertions, 1 deletions
diff --git a/README b/README
index 648eaf7..816ed48 100644
--- a/README
+++ b/README
@@ -107,7 +107,18 @@ rejected. This is intentional: it does not make sense leaking -via DNS
requests- network activity that would otherwise be torified. In that
case you probably want to read proper documentation about such
matters, enable the Tor DNS resolver and redirect DNS requests through
-it.
+it,
+
+either globally:
+
+ shorewall::rules::torify::redirect_dns_to_tor { '-': }
+
+or for specific users:
+
+ shorewall::rules::torify::redirect_dns_to_tor { ['bob', 'alice' ]: }
+
+The $tor_dns_host and $tor_dns_port variables must be set before
+these defines are setup.
Example
-------