Skip to content
Snippets Groups Projects
Commit c205ad05 authored by Roger Dingledine's avatar Roger Dingledine
Browse files

better example lines for dirbindaddress and orbindaddress

svn:r2415
parent 9e8ae976
No related branches found
No related tags found
No related merge requests found
......@@ -51,13 +51,15 @@ AllowUnverifiedNodes middle,rendezvous
#ContactInfo 1024D/28988BF5 Roger Dingledine <arma@mit.edu>
#ORPort 9001 # where to listen for tor connections
#ORBindAddress 0.0.0.0 # accept connections from anywhere
#ORBindAddress 0.0.0.0:9090 # accept connections from anywhere, and
# listen on a port other than the one we
# advertised.
# If you want to listen on a port other than the one advertised
# in ORPort, uncomment the line below.
#ORBindAddress 0.0.0.0:9090
# Uncomment this to mirror the directory for others (please do)
#DirPort 9030
# If you want to listen on a port other than the one advertised
# in DirPort, uncomment the line below.
#DirBindAddress 0.0.0.0:9091
## A comma-separated list of exit policies. They're considered first
## to last, and the first match wins. If you want to *replace*
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment