Openwrt安装transmission离线下载

来源:互联网 发布:自学虚幻4还是unity3d 编辑:程序博客网 时间:2024/05/17 17:45

需要安装的包:

luci-app-transmission, transmission-web

官方配置说明:

NameTypeRequiredDefaultOptionDescriptionconfig_dirpath   Where the configuration files arebind_address_ipv4IP Address    bind_address_ipv6IPv6 Address    download_dirpath   Where to store you downloaded filesincomplete_dir_enabledboolean   Whether to store incomplete files somewhere elseincomplete_dirpath   Where to store files untill they are finisheddht_enabledboolean   Whether to enable dht (distributed hash tables)blocklist_enabledboolean   Whether to make use of the blocklist defined in config_direncryptioninteger   Whether to use encrypted connections only (allow encryption: 0, prefer encryption: 1, require encryption: 2)pex_enabledboolean    speed_limit_down_enabledboolean   Whether transmission should limit its download speedspeed_limit_downinteger   in KByte/sspeed_limit_up_enabledboolean   Whether transmission should limit its download speedspeed_limit_upinteger   in KByte/salt_speed_enabledboolean   Whether transmission should use two speed limit settingsalt_speed_downinteger   in KByte/salt_speed_upinteger   in KByte/salt_speed_time_enabledboolean   Whether to switch between the two speed-setting on a time tablealt_speed_time_day    7-bit bitmask, 0000001=sunday, 1000000=saturdayalt_speed_time_begin    default = 540, in minutes from midnight, 9amalt_speed_time_end    default = 1020, in minutes from midnight, 5pmupload_slots_per_torrent    how many peers can download a torrent at a timeopen_file_limitinteger   remember the low system memorypeer_limit_globalinteger   the max number of peers globalypeer_limit_per_torrentinteger   the max number of peers with connection per torrentpeer_portinteger   the fixed port transmission listens to incomming connectionspeer_port_random_highinteger   highest port of the port rangepeer_port_random_lowinteger   lowest port of the port rangepeer_port_random_on_startboolean   whether to use random ports instead of a fixed one from the beginningpeer_socket_tosboolean   whether type of service is enabledport_forwarding_enabledboolean    preallocationboolean   whether to fill the space for chunks not yet downloaded with "0" (helps avoiding fragmentation)ratio_limit_enabledboolean   whether to use a limit ratioratio_limitinteger   automaticaly stop seeding a torrent when it reaches this ratio (with a GUI you can enable this for every torrent separately)rename_partial_filesboolean    rpc_enabledboolean   Whether transmission-daemon should be remote controlled by a GUI on a host machinerpc_bind_addressIP Address   the address on which transmission-daemon listens to rpcsrpc_portIP Port   the port on which transmission-daemon listens to rpcsrpc_authentication_requiredboolean   whether rpc needs authenticationrpc_usernamestring   user namerpc_passwordstring   passwordrpc_whitelist_enabledboolean   whether to make use of the whitelistrpc_whitelistIP Addresses   the IPs of the hosts allowedwatch_dir_enabledboolean   Whether to check a directory for new torrents put there. Leave this disabled It requres inotify enabled in kernel to works, which is not enabled by default in openwrt.watch_dirpath   Path to the directoryscript_torrent_done_enabledboolean    script_torrent_done_filename     start_added_torrentsboolean    trash_original_torrent_files     umaskinteger   Sets file mode creation mask. The mask should be in base 10 due to the json markup language used by Transmission. For instance, the standard umask octal notation 022 is written as 18. If you want to save downloaded torrents to be world-writable (equivalent to chmod 777 or chmod a+rwx) set this value to 0.lazy_bitfield_enabledboolean    lpd_enabledboolean    message_levelinteger    proxy_enabledboolean   whether to use a proxyproxyIP address   IP adress of the proxyproxy_portinteger   IP port of the proxyproxy_typeinteger   Type of the proxy (http: 0, socks4: 1, socks5: 2)proxy_auth_enabledboolean   Whether proxy needs authenticationproxy_auth_usernamestring   username for the proxyproxy_auth_passwordstring   password for the proxy

Notes


0 0
原创粉丝点击