feat(115): support 302 redirect (#5733)

This commit is contained in:
foxxorcat
2023-12-25 11:28:57 +08:00
committed by GitHub
parent 3eca38e599
commit 299bfb4d7b
2 changed files with 7 additions and 2 deletions

View File

@ -16,7 +16,7 @@ type Addition struct {
var config = driver.Config{
Name: "115 Cloud",
DefaultRoot: "0",
OnlyProxy: true,
//OnlyProxy: true,
//OnlyLocal: true,
NoOverwriteUpload: true,
}