118 字
1 分钟

Nat机部署qbittorrent

安装qbittorrent#

采用一键脚本

Terminal window
bash <(wget -qO- https://raw.githubusercontent.com/jerry048/Dedicated-Seedbox/main/Install.sh) <用户名称> <用户密码> <缓存大小(单位:GiB,且为整数)>

端口转发#

填入8080

修改配置文件#

使用 root 用户登录到服务器;
找到 qbittorrent.conf 文件(如 ~/.config/qBittorrent/qBittorrent.conf )并打开;
[Preferences]中 设置

Terminal window
WebUI\HostHeaderValidation=false
WebUI\CSRFProtection=false

如果没有 WebUI\CSRFProtection 选项,可自行添加;
修改完成后保存并退出;
重新启动 qbittorrent 服务,即可使用

Nat机部署qbittorrent
https://catcat.blog/nat-install-qbittorrent.html
作者
猫猫博客
发布于
2023-08-29
许可协议
CC BY-NC-SA 4.0