aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorintrigeri <intrigeri@boum.org>2013-01-02 18:01:43 +0100
committerintrigeri <intrigeri@boum.org>2013-01-02 18:01:43 +0100
commit88fa544a9c2f974b35a169b4e3865ccaf4f68fd1 (patch)
treeaf50c9d93ce5482eb734d49e94a33490e0ba6551 /README
parentc725e8bfb1026f7d59ea1d825c8dfcee02952ee8 (diff)
downloadpuppet-shorewall-88fa544a9c2f974b35a169b4e3865ccaf4f68fd1.tar.gz
puppet-shorewall-88fa544a9c2f974b35a169b4e3865ccaf4f68fd1.tar.bz2
Revert "Allow redirecting DNS requests to Tor for specific users or globally."
This reverts commit 0c28fa636653f395c756f56c93f8c78fddfcee00. This stuff is not ready for the shared repo, but we want to take benefit from me having already merged immerda's stuff into my branch and solved the conflicts.
Diffstat (limited to 'README')
-rw-r--r--README13
1 files changed, 1 insertions, 12 deletions
diff --git a/README b/README
index 07c50f2..cb4424f 100644
--- a/README
+++ b/README
@@ -110,18 +110,7 @@ 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,
-
-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.
+it.
Example
-------