feat(proxy): add disable proxy sign (#764)

* feat(proxy): add disable proxy sign

* Update driver.go

* GenerateDownProxyUrl

* .

* Update internal/op/driver.go

Signed-off-by: j2rong4cn <36783515+j2rong4cn@users.noreply.github.com>

* .

---------

Signed-off-by: j2rong4cn <36783515+j2rong4cn@users.noreply.github.com>
Co-authored-by: j2rong4cn <j2rong@qq.com>
Co-authored-by: j2rong4cn <36783515+j2rong4cn@users.noreply.github.com>
This commit is contained in:
SenkjM
2025-07-21 17:03:08 +08:00
committed by GitHub
parent 012e51c551
commit 5a0d8ee1b8
7 changed files with 64 additions and 55 deletions

View File

@ -39,7 +39,7 @@ func (d *QuarkOrUC) Init(ctx context.Context) error {
if err == nil {
if d.AdditionVersion != 2 {
d.AdditionVersion = 2
if !d.UseTransCodingAddress && len(d.DownProxyUrl) == 0 {
if !d.UseTransCodingAddress && len(d.DownProxyURL) == 0 {
d.WebProxy = true
d.WebdavPolicy = "native_proxy"
}