blob: 1208a36248e17e1903c96f38e5e90cbd27b5a117 (
about) (
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
SocksPort 9050
|