summaryrefslogtreecommitdiff
path: root/doc/tor.1.in
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2005-08-17 04:15:25 +0000
committerRoger Dingledine <arma@torproject.org>2005-08-17 04:15:25 +0000
commitdbdf86abf21913f6d9c63772ecf98dbd80a3096b (patch)
treed166360c78bf79701fe32205f7c945984d649f5f /doc/tor.1.in
parentb07ba724e1c1cfe0c98cd25f94a497ab346592d4 (diff)
downloadtor-dbdf86abf21913f6d9c63772ecf98dbd80a3096b.tar.gz
tor-dbdf86abf21913f6d9c63772ecf98dbd80a3096b.zip
add tor server configuration instructions
svn:r4793
Diffstat (limited to 'doc/tor.1.in')
-rw-r--r--doc/tor.1.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/tor.1.in b/doc/tor.1.in
index 09b8eabd93..e92b4529d9 100644
--- a/doc/tor.1.in
+++ b/doc/tor.1.in
@@ -247,7 +247,7 @@ ReachableAddresses instead. (Default: 80, 443)
A comma-separated list of IPs that your firewall allows you to connect
to. Only used when \fBFascistFirewall\fR is set. The format is as
for the addresses in ExitPolicy, except that "accept" is understood
-unless "reject" is explicitly provided. For example, 'FirewallIPs
+unless "reject" is explicitly provided. For example, 'ReachableAddresses
99.0.0.0/8, reject 18.0.0.0/8:80, accept *:80' means that your
firewall allows connections to everything inside net 99, rejects port
80 connections to net 18, and accepts connections to port 80 otherwise.