blob: 361840e4e5a3cf7dc57997c7d9ecd330b9535d29 (
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 start out knowing about the directory
# servers, 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
|