aboutsummaryrefslogtreecommitdiff
blob: 28674dd8f0f2f3b19e513fda4a4e3601dddc0686 (plain)
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
# This is the transmission-daemon config file
# Default settings are commented, uncomment and adapt as needed

# Allowed IP addresses.
#allowed=127.0.0.1

# Enable peer blocklists (yes or no)
#blocklist=no

# Directory to watch for new .torrent files (empty string to disable)
#watch_dir=

# Where to look for configuration files
#config_dir=/var/transmission/config

# RPC port
#port=9091

# Require authentication (yes or no)
#auth=no

# Set username for authentication (only used when auth=yes)
#username=

# Set password for authentication (only used when auth=yes)
#password=

# Where to save downloaded data
#download_dir=/var/transmission/downloads

# Port for incoming peers
#peerport=51413

# Enable portmapping via NAT-PMP or UPnP (yes or no)
#portmap=no

# Maximum overall number of peers
#peerlimit_global=240

# Maximum number of peers per torrent
#peerlimit_torrent=60

# How to encrypt peer connections (required, preferred, tolerated)
#encryption=preferred

# Where to listen for peer connections (ipv4 address)
#bind_address_ipv4=

# Where to listen for peer connections (ipv6 address)
#bind_address_ipv6=

# Where to listen for RPC connections
#rpc_bind_address=

# Misc. settings


# Location of pidfile
#pidfile=/var/run/transmission.pid

# Location of logfile
# (Note: works only on systems with sys-apps/openrc, leave unset otherwise)
#logfile=

# Run daemon as another user (username or username:groupname)
# (Note: works only on systems with sys-apps/openrc, leave unset otherwise)
#runas_user=