# Configuration file for a typical tor node

# The directory for keeping all the config/data for this node
DataDirectory moria4
# A unique handle for this node
Nickname moria4

# Ports for various services. Comment out or set to 0 if you're not
# offering that service.
ORPort 9004
OPPort 9014
APPort 9024
#DirPort 0

# Leave this set, or we'll be treated like a client.
OnionRouter 1

# List of routers. Tor nodes only know about the directory servers
# at the beginning, and from them they get a list of currently up nodes.
RouterFile ../config/dirservers

