镜像自地址
https://github.com/tuna/tunasync.git
已同步 2025-12-06 06:26:46 +00:00
feat(worker): add '-4' option to rsync when 'use_ipv6' is false
这个提交包含在:
@@ -49,6 +49,8 @@ func newRsyncProvider(c rsyncConfig) (*rsyncProvider, error) {
|
|||||||
|
|
||||||
if c.useIPv6 {
|
if c.useIPv6 {
|
||||||
options = append(options, "-6")
|
options = append(options, "-6")
|
||||||
|
} else {
|
||||||
|
options = append(options, "-4")
|
||||||
}
|
}
|
||||||
|
|
||||||
if c.excludeFile != "" {
|
if c.excludeFile != "" {
|
||||||
|
|||||||
在新工单中引用
屏蔽一个用户