有没有办法能限制游客的下载流量 #8149
GrandDuke1106
started this conversation in
Ideas
有没有办法能限制游客的下载流量
#8149
Replies: 1 comment
-
应该可以用外部定期运行脚本查询,然后和本地的alist通过API交互实现更新用户信息 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
由于alist部署在服务器上,服务器每个月有出站流量限制,挂载的是webdav,不能302
目前的想法是通过服务商的api获取已用流量,如果超过设定的值(比如说500GB),就通过alist的api停用guest账户。每几个小时检查一次
不知道大家有没有更好的办法,可惜alist没有这种功能
Beta Was this translation helpful? Give feedback.
All reactions