diff options
author | intrigeri <intrigeri@boum.org> | 2012-01-07 15:23:47 +0100 |
---|---|---|
committer | intrigeri <intrigeri@boum.org> | 2012-11-11 23:11:17 +0100 |
commit | 0c28fa636653f395c756f56c93f8c78fddfcee00 (patch) | |
tree | 294bc78b7a707d6512a1b0a183f947af1a3c21df /README | |
parent | 911cc18e594bb5a3ab642ebb24615a0447050c32 (diff) | |
download | puppet-shorewall-0c28fa636653f395c756f56c93f8c78fddfcee00.tar.gz puppet-shorewall-0c28fa636653f395c756f56c93f8c78fddfcee00.tar.bz2 |
Allow redirecting DNS requests to Tor for specific users or globally.
Diffstat (limited to 'README')
-rw-r--r-- | README | 13 |
1 files changed, 12 insertions, 1 deletions
@@ -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 ------- |