From: Roger Dingledine Date: Thu, 10 Jun 2004 14:23:34 +0000 (+0000) Subject: Address can be an IP too X-Git-Tag: debian-version-0.0.7.1-1~43 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=23c1a72c4ca406e25dde5c38f1187de8666e94f0;p=thirdparty%2Ftor.git Address can be an IP too svn:r1964 --- diff --git a/src/config/torrc.sample.in b/src/config/torrc.sample.in index a15037da9e..b1e4897e1e 100644 --- a/src/config/torrc.sample.in +++ b/src/config/torrc.sample.in @@ -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