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

feat(worker): added username option for rsync providers

这个提交包含在:
bigeagle
2016-06-14 21:36:19 +08:00
父节点 16c49b8083
当前提交 ebeee6bc34
共有 5 个文件被更改,包括 88 次插入14 次删除

查看文件

@@ -93,6 +93,7 @@ type mirrorConfig struct {
Command string `toml:"command"`
UseIPv6 bool `toml:"use_ipv6"`
ExcludeFile string `toml:"exclude_file"`
Username string `toml:"username"`
Password string `toml:"password"`
Stage1Profile string `toml:"stage1_profile"`
}