需要安装的包:

luci-app-transmission, transmission-web

官方配置说明:

Name Type Required Default Option Description
config_dir path       Where the configuration files are
bind_address_ipv4 IP Address        
bind_address_ipv6 IPv6 Address        
download_dir path       Where to store you downloaded files
incomplete_dir_enabled boolean       Whether to store incomplete files somewhere else
incomplete_dir path       Where to store files untill they are finished
dht_enabled boolean       Whether to enable dht (distributed hash tables)
blocklist_enabled boolean       Whether to make use of the blocklist defined in config_dir
encryption integer       Whether to use encrypted connections only (allow encryption: 0, prefer encryption: 1, require encryption: 2)
pex_enabled boolean        
speed_limit_down_enabled boolean       Whether transmission should limit its download speed
speed_limit_down integer       in KByte/s
speed_limit_up_enabled boolean       Whether transmission should limit its download speed
speed_limit_up integer       in KByte/s
alt_speed_enabled boolean       Whether transmission should use two speed limit settings
alt_speed_down integer       in KByte/s
alt_speed_up integer       in KByte/s
alt_speed_time_enabled boolean       Whether to switch between the two speed-setting on a time table
alt_speed_time_day         7-bit bitmask, 0000001=sunday, 1000000=saturday
alt_speed_time_begin         default = 540, in minutes from midnight, 9am
alt_speed_time_end         default = 1020, in minutes from midnight, 5pm
upload_slots_per_torrent         how many peers can download a torrent at a time
open_file_limit integer       remember the low system memory
peer_limit_global integer       the max number of peers globaly
peer_limit_per_torrent integer       the max number of peers with connection per torrent
peer_port integer       the fixed port transmission listens to incomming connections
peer_port_random_high integer       highest port of the port range
peer_port_random_low integer       lowest port of the port range
peer_port_random_on_start boolean       whether to use random ports instead of a fixed one from the beginning
peer_socket_tos boolean       whether type of service is enabled
port_forwarding_enabled boolean        
preallocation boolean       whether to fill the space for chunks not yet downloaded with "0" (helps avoiding fragmentation)
ratio_limit_enabled boolean       whether to use a limit ratio
ratio_limit integer       automaticaly stop seeding a torrent when it reaches this ratio (with a GUI you can enable this for every torrent separately)
rename_partial_files boolean        
rpc_enabled boolean       Whether transmission-daemon should be remote controlled by a GUI on a host machine
rpc_bind_address IP Address       the address on which transmission-daemon listens to rpcs
rpc_port IP Port       the port on which transmission-daemon listens to rpcs
rpc_authentication_required boolean       whether rpc needs authentication
rpc_username string       user name
rpc_password string       password
rpc_whitelist_enabled boolean       whether to make use of the whitelist
rpc_whitelist IP Addresses       the IPs of the hosts allowed
watch_dir_enabled boolean       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_dir path       Path to the directory
script_torrent_done_enabled boolean        
script_torrent_done_filename          
start_added_torrents boolean        
trash_original_torrent_files          
umask integer       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_enabled boolean        
lpd_enabled boolean        
message_level integer        
proxy_enabled boolean       whether to use a proxy
proxy IP address       IP adress of the proxy
proxy_port integer       IP port of the proxy
proxy_type integer       Type of the proxy (http: 0, socks4: 1, socks5: 2)
proxy_auth_enabled boolean       Whether proxy needs authentication
proxy_auth_username string       username for the proxy
proxy_auth_password string       password for the proxy

Notes

Openwrt安装transmission离线下载相关推荐

  1. 路由器OpenWrt如何脱机(离线)下载BT文件

    路由器OpenWrt如何脱机(离线)下载BT文件 1.首先到如下网址下载OpenWrt固件(确保为路由器正确型号). http://downloads.openwrt.org/snapshots/tr ...

  2. office@microsoft365@官方在线安装@第三方离线下载并安装(word+ppt+excel)

    文章目录 官方下载@office下载安装 其他(三方)安装途径(离线安装) 版本补充说明 官方下载@office下载安装 Download and install or reinstall Micro ...

  3. 安装transmission实现下载功能

    安装transmission程序: sudo apt-get install transmission-daemon 把pi用户追加到debian-transmission组中: sudo userm ...

  4. mysql配置 cloudreve_Cloudreve网盘的安装和离线下载的配置

    CLOUDREVE 你可以将 开始安装 这里用composer安装也可以在官网下载也可以,我们在官网下载安装吧.. 下载完成后上传到服务器 我这里是宝塔面板 把mysql.sql数据库文件放到 /ww ...

  5. nginx离线安装_做一个属于自己的离线下载服务器原来这么简单

    大家好,欢迎阅读小编的第一条小知识.此次是为了给大家介绍如何搭建一个属于自己的离线下载服务器. 因为学习需要,小编去年购买了2台云主机.本意是用来学习使用linux,为了以后的码农生活做准备.奈何最近 ...

  6. wr703n刷openwrt离线下载及upnp共享播放

    http://www.right.com.cn/forum/thread-120759-1-1.html 目标 离线下载BT,迅雷或SMB复制到WR703N,通用XBMC播放UPNP视频 1,装离线下 ...

  7. OpenWrt安装迅雷成功,实现BT emule等多协议下载

    最近刚刚入手一个wr841n v3 已经修改8M flash 64M内存,USB电流也加大了一些. 研究了几天脱机下载,发现还是很悲剧的.除非热门的种子,不然BT直接没有速度,电驴也是. 既然是lin ...

  8. Openwrt上配置Aria2迅雷离线下载步骤

    Openwrt上配置Aria2迅雷离线下载步骤 1.首先,保证root目录下的空间充足,然后使用命令将所需的文件及依赖库放进去:(方法是:配置主机静态IP,如:192.168.1.66.然后打开tft ...

  9. 极路由修改为openwrt源并安装transmission挂pt

    src/gz barrier_breaker https://upgrade.hiwifi.com/upgrade_file/ralink/packages 原文链接:https://yxz.me/a ...

  10. python 离线下载和安装第三方库 .whl wheel 文件

    python 离线下载和安装第三方库 .whl wheel 文件 下载 .whl 文件 pip download \--only-binary=:all: \ # 对于包以及包的依赖包,都不使用二进制 ...

最新文章

  1. 强势安利5款高质量办公软件,极大提高办公效率
  2. luoguP2657 [SCOI2009]windy数
  3. 设备租赁系统源码_滑雪场一卡通管理系统,设备租赁更简便
  4. 3GPP Release、TSG、RAN等概念介绍
  5. 【代码升级】【iCore3 双核心板】例程二十八:FSMC实验——读写FPGA
  6. 移动端开发 自适应rem js文件
  7. UI加载动效模板|优秀作品给UI设计师做个示范
  8. 方便好用的接口协作工具
  9. Algorithm:贪心策略之区间选点问题
  10. 在固态硬盘上安装linux系统怎么安装,教程|教你一键重装怎么将系统安装在固态硬盘上...
  11. SpringBoot配置文件实现数据库连接
  12. Microsoft Visio 2010 - 直线连接线
  13. Linux命令:ssh命令
  14. Linux 之十五 Kernel 仓库、Kernel 协作方式、订阅邮件列表、提交 PATCH
  15. 养猫日记之如何获得一只喵
  16. nginx rtmp推流配置与测试
  17. 关于人工智能的定义,这篇文章定义比较全面了
  18. citus多CN部署
  19. 机器学习:SOM聚类的实现
  20. 二十种题型带你复习《概率论与数理统计》得高分(高数叔)

热门文章

  1. sql2012官网下载地址
  2. UltraEdit Crack,完全集成的编辑和数据管理工具
  3. GitHub中文排行榜,帮助你发现高分优秀中文项目(二)-Java
  4. Python学习——使用ReportLab生成带表格和图文的PDF
  5. tk芯片智能机刷机方法_MTK通用刷机教程 MTK芯片智能机刷机方法
  6. linux cxf服务端,Apache CXF 框架应用实战
  7. html中label怎么设置自动换行,label属性换行 VB中label显示怎么换行
  8. Oracle 索引详解(index)
  9. 数据结构c语言课程设计报告,数据结构c语言课程设计报告.doc
  10. 网络知识:路由器常见故障分析及处理方法