Advertisement
TeHashX

settings.json default configuration, asuswrt routers

Aug 5th, 2016
922
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 2.58 KB | None | 0 0
  1. {
  2.     "alt-speed-down": 50,
  3.     "alt-speed-enabled": false,
  4.     "alt-speed-time-begin": 540,
  5.     "alt-speed-time-day": 127,
  6.     "alt-speed-time-enabled": false,
  7.     "alt-speed-time-end": 1020,
  8.     "alt-speed-up": 50,
  9.     "bind-address-ipv4": "0.0.0.0",
  10.     "bind-address-ipv6": "::",
  11.     "blocklist-enabled": true,
  12.     "blocklist-url": "http://list.iblocklist.com/?list=bt_level1",
  13.     "cache-size-mb": 2,
  14.     "dht-enabled": true,
  15.     "download-dir": "/tmp/mnt/sda1/Transmission",
  16.     "download-queue-enabled": true,
  17.     "download-queue-size": 3,
  18.     "encryption": 0,
  19.     "idle-seeding-limit": 180,
  20.     "idle-seeding-limit-enabled": true,
  21.     "incomplete-dir": "/tmp/mnt/sda1/Transmission/Incomplete",
  22.     "incomplete-dir-enabled": false,
  23.     "lazy-bitfield-enabled": true,
  24.     "lpd-enabled": false,
  25.     "message-level": 2,
  26.     "open-file-limit": 5,
  27.     "peer-congestion-algorithm": "",
  28.     "peer-id-ttl-hours": 6,
  29.     "peer-limit-global": 80,
  30.     "peer-limit-per-torrent": 30,
  31.     "peer-port": 51413,
  32.     "peer-port-random-high": 65535,
  33.     "peer-port-random-low": 49152,
  34.     "peer-port-random-on-start": false,
  35.     "peer-socket-tos": "default",
  36.     "pex-enabled": true,
  37.     "pidfile": "/var/run/transmission-daemon.pid",
  38.     "port-forwarding-enabled": true,
  39.     "preallocation": 1,
  40.     "prefetch-enabled": 1,
  41.     "proxy": "",
  42.     "proxy-auth-enabled": false,
  43.     "proxy-auth-password": "",
  44.     "proxy-auth-username": "",
  45.     "proxy-enabled": false,
  46.     "proxy-port": 80,
  47.     "proxy-type": 0,
  48.     "queue-stalled-enabled": true,
  49.     "queue-stalled-minutes": 300,
  50.     "ratio-limit": 7,
  51.     "ratio-limit-enabled": true,
  52.     "rename-partial-files": true,
  53.     "rpc-authentication-required": true,
  54.     "rpc-bind-address": "0.0.0.0",
  55.     "rpc-enabled": true,
  56.     "rpc-password": "admin",
  57.     "rpc-port": 9091,
  58.     "rpc-url": "/transmission/",
  59.     "rpc-username": "admin",
  60.     "rpc-whitelist": "*.*.*.*",
  61.     "rpc-whitelist-enabled": false,
  62.     "scrape-paused-torrents-enabled": true,
  63.     "script-torrent-done-enabled": false,
  64.     "script-torrent-done-filename": "",
  65.     "seed-queue-enabled": false,
  66.     "seed-queue-size": 10,
  67.     "speed-limit-down": 100,
  68.     "speed-limit-down-enabled": false,
  69.     "speed-limit-up": 100,
  70.     "speed-limit-up-enabled": false,
  71.     "start-added-torrents": true,
  72.     "trash-original-torrent-files": false,
  73.     "umask": 0,
  74.     "upload-slots-per-torrent": 10,
  75.     "utp-enabled": false,
  76.     "watch-dir": "/opt/etc/transmission/watchdir",
  77.     "watch-dir-enabled": true
  78. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement