feat: add proxy_range option for 139Yun Alias AList V3 (#6496)

This commit is contained in:
j2rong4cn
2024-05-22 23:31:42 +08:00
committed by GitHub
parent 7013d1b7b8
commit 5f60b51cf8
10 changed files with 62 additions and 14 deletions

View File

@ -93,6 +93,17 @@ func getMainItems(config driver.Config) []driver.Item {
Required: true,
},
}...)
if config.ProxyRangeOption {
item := driver.Item{
Name: "proxy_range",
Type: conf.TypeBool,
Help: "Need to enable proxy",
}
if config.Name == "139Yun" {
item.Default = "true"
}
items = append(items, item)
}
} else {
items = append(items, driver.Item{
Name: "webdav_policy",