aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorMicah Anderson <micah@riseup.net>2012-06-20 14:24:54 -0400
committerMicah Anderson <micah@riseup.net>2012-06-20 14:24:54 -0400
commit911cc18e594bb5a3ab642ebb24615a0447050c32 (patch)
treee292dfd5a636a930ac2eb5119d6db8618c8e74da /README
parent30a604eced948f9cd8e663f129bd97ffdaf077aa (diff)
downloadpuppet-shorewall-911cc18e594bb5a3ab642ebb24615a0447050c32.tar.gz
puppet-shorewall-911cc18e594bb5a3ab642ebb24615a0447050c32.tar.bz2
Revert "Support exempting some users from torification measures."
This reverts commit 6cb88973f53aa7d92414797dd21952c1c1d5da98.
Diffstat (limited to 'README')
-rw-r--r--README5
1 files changed, 1 insertions, 4 deletions
diff --git a/README b/README
index c20227e..648eaf7 100644
--- a/README
+++ b/README
@@ -88,11 +88,8 @@ When no destination is provided traffic directed to RFC1918 addresses
is by default allowed and (obviously) not torified. This behaviour can
be changed by setting the allow_rfc1918 parameter to false.
-Torify any outgoing TCP traffic but
- - connections to RFC1918 addresses
- - connections from users bob and alice:
+Torify any outgoing TCP traffic but connections to RFC1918 addresses:
- $non_torified_users = [ 'bob', 'alice' ]
shorewall::rules::torify {
'torify-everything-but-lan':
}