Hexo个人博客
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

25 lines
537 B

---
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 后保存即可
```