Skip to content

Commit

Permalink
fix(115): allow use proxy directly (close #5324)
Browse files Browse the repository at this point in the history
  • Loading branch information
xhofe committed Oct 2, 2023
1 parent e1ef690 commit e895801
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions drivers/115/meta.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ type Addition struct {
}

var config = driver.Config{
Name: "115 Cloud",
DefaultRoot: "0",
OnlyProxy: true,
OnlyLocal: true,
Name: "115 Cloud",
DefaultRoot: "0",
OnlyProxy: true,
//OnlyLocal: true,
NoOverwriteUpload: true,
}

Expand Down

0 comments on commit e895801

Please sign in to comment.