diff options
author | Nick Mathewson <nickm@torproject.org> | 2005-08-07 21:24:00 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2005-08-07 21:24:00 +0000 |
commit | 01d07889507f7d6bdb80afc4e0bb6802b6fe2c8c (patch) | |
tree | 8d7422fe6566a23d7276939bb69f2d8fedd26335 /doc | |
parent | 9345323b1898bef16cab15811a183c2949a70b95 (diff) | |
download | tor-01d07889507f7d6bdb80afc4e0bb6802b6fe2c8c.tar.gz tor-01d07889507f7d6bdb80afc4e0bb6802b6fe2c8c.zip |
Generalize FirewallPorts to FirewallIPs so I can run happily when locked in net 18.
svn:r4737
Diffstat (limited to 'doc')
-rw-r--r-- | doc/TODO | 2 | ||||
-rw-r--r-- | doc/tor.1.in | 8 |
2 files changed, 9 insertions, 1 deletions
@@ -106,7 +106,7 @@ N . helper nodes (Choose N nodes randomly; if a node dies (goes down for a o Document . Test, debug - On sighup, if usehelpernodes changed to 1, use new circs. -N - Make a FirewallIPs to correspond to firewallPorts so I can use Tor at + o Make a FirewallIPs to correspond to firewallPorts so I can use Tor at MIT when my directory is out of date. - switch accountingmax to count total in+out, not either in or out. it's easy to move in this direction (not risky), but hard to diff --git a/doc/tor.1.in b/doc/tor.1.in index 78513cb7d9..d6bf9c82d0 100644 --- a/doc/tor.1.in +++ b/doc/tor.1.in @@ -240,6 +240,14 @@ A list of ports that your firewall allows you to connect to. Only used when \fBFascistFirewall\fR is set. (Default: 80, 443) .LP .TP +\fBFirewallIPs \fR\fIADDR\fP[\fB/\fP\fIMASK\fP\fB][:\fP\fIPORT\fP]...\fP +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. For example, 'FirewallIPs 99.0.0.0/8, *:80' means +that your firewall allows connections to everything inside net 99, and to +port 80 outside. +.LP +.TP \fBLongLivedPorts \fR\fIPORTS\fP A list of ports for services that tend to have long-running connections (e.g. chat and interactive shells). Circuits for streams that use these |