blob: eabdabe2e6642d2e5b80669f9807760a2c4026dc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
# Configuration file for a typical tor client
# (listen for applications only)
# 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 @CONFDIR@/dirservers
# Ports for various services. Comment out if you're not running that
# service.
#ORPort 9001
APPort 9050
|