浏览代码

add an Address line to the sample server rc file

svn:r633
Roger Dingledine 22 年之前
父节点
当前提交
db33eac4c4
共有 1 个文件被更改,包括 2 次插入0 次删除
  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.