Browse Source

add an Address line to the sample server rc file

svn:r633
Roger Dingledine 22 years ago
parent
commit
db33eac4c4
1 changed files with 2 additions and 0 deletions
  1. 2 0
      src/config/sample-server-torrc.in

+ 2 - 0
src/config/sample-server-torrc.in

@@ -4,6 +4,8 @@
 DataDirectory @LOCALSTATEDIR@/lib/tor
 # A unique handle for this node
 Nickname moria4
+# The fqdn for this node
+Address moria.seul.org
 
 # Ports for various services. Comment out or set to 0 if you're not
 # offering that service.