You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"apiToken": "", // HTTP API token, it must be configured when using HTTP API in the case of enabling basic authentication
107
-
"storageDir": "" // Storage directory
107
+
"storageDir": "", // Storage directory
108
+
"whiteDownloadDirs": ["/root/downloads", "/root/dir/*", "/root/dir?abc"] // Download directory whitelist, when this option is configured, all tasks downloaded to non-whitelisted folders will fail, support wildcard, rules refer to https://pkg.go.dev/path/filepath#Match
108
109
}
109
110
```
110
111
@@ -119,7 +120,7 @@ If you need to set the default download configuration when the server starts for
119
120
"address": "127.0.0.1",
120
121
"port": 9999,
121
122
"downloadConfig": {
122
-
"downloadDir": "d:/test" // Set the default download directory
123
+
"downloadDir": "d:/test" // Set the default download directory
0 commit comments