1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
|
###
###
### This file sets defaults that should be overridden by command-line params
### (which a snap user can't change) and a torrc file, which a user can and
### should override.
###
### This file in the snap is immutable. Don't try to change it there.
###
###
AvoidDiskWrites 1
Log notice syslog
HeartbeatPeriod 30 minutes
RunAsDaemon 0
ExitRelay 0
SocksPort 0
ORPort auto
DirPort 0 # disabled. revisit this decision.
ExtORPort auto
PortForwarding 1
DirReqStatistics 0
BridgeRecordUsageByCountry 0
# Reasonable
RelayBandwidthRate 4 Mb
RelayBandwidthBurst 6 Mb
SyslogIdentityTag Snap
ServerDNSResolvConfFile config-use-local-resolver
|