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

Address can be an IP too

svn:r1964
parent dbf9fe57
No related branches found
No related tags found
No related merge requests found
......@@ -41,7 +41,7 @@ SocksBindAddress 127.0.0.1 # accept connections only from localhost
#DataDirectory @LOCALSTATEDIR@/lib/tor
#Nickname moria # A unique handle for this server
#Address moria.seul.org # The fqdn for this server
#Address moria.seul.org # The IP or fqdn for this server
#ORPort 9001 # where to listen for tor connections
#ORBindAddress 0.0.0.0 # accept connections from anywhere
......
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