blob: bb3e8edd4d8f342e6ec563c276867309a35946b9 (
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
|
# 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)
#bind_address_ipv4=
# Where to listen for peer connections (ipv6)
#bind_address_ipv6=
# Where to listen for RPC connections
#rpc_bind_address=
# Misc. settings
# Location of pidfile
#pidfile=/var/run/transmission.pid
# Run daemon as another user
#runas_user=root
|