parent
848b4ddec0
commit
4191e94257
1 changed files with 25 additions and 0 deletions
@ -0,0 +1,25 @@ |
||||
--- |
||||
title: Nastool中IYUU插件修复 |
||||
tags: |
||||
- docker |
||||
- NAS技术 |
||||
- PT |
||||
categories: NAS服务 |
||||
description: |
||||
abbrlink: 4049218886 |
||||
date: 2024-03-08 11:02:22 |
||||
keywords: |
||||
--- |
||||
# 安装NPM |
||||
|
||||
> nastool中的IYUU插件因为域名问题无法正常使用,在此给出最新版的nastool中修复IYUU插件的方法。 |
||||
|
||||
不说废话,直接上代码 |
||||
|
||||
``` |
||||
# 宿主机 |
||||
docker exec -it <container_id> /bin/bash |
||||
# 容器内 |
||||
sudo vi /nas-tools/app/plugins/modules/iyuu/iyuu_helper.py |
||||
# 修改 _api_base 为 http://ufhy.top/%s 后保存即可 |
||||
``` |
Loading…
Reference in new issue