1
0
镜像自地址 https://github.com/tuna/tunasync.git 已同步 2025-12-06 22:46:47 +00:00

Revert "feat(worker): add '-4' option to rsync when 'use_ipv6' is false"

This reverts commit d536aca2ac.
这个提交包含在:
bigeagle
2017-09-08 00:12:40 +08:00
父节点 d536aca2ac
当前提交 a50a360a91

查看文件

@@ -49,8 +49,6 @@ func newRsyncProvider(c rsyncConfig) (*rsyncProvider, error) {
if c.useIPv6 {
options = append(options, "-6")
} else {
options = append(options, "-4")
}
if c.excludeFile != "" {