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

[cmd provider] add support of match size in logs

这个提交包含在:
zyx
2020-03-20 10:30:44 +08:00
父节点 aee1a705b7
当前提交 b1f2679fbf
共有 7 个文件被更改,包括 106 次插入27 次删除

查看文件

@@ -131,6 +131,7 @@ type mirrorConfig struct {
Command string `toml:"command"`
FailOnMatch string `toml:"fail_on_match"`
SizePattern string `toml:"size_pattern"`
UseIPv6 bool `toml:"use_ipv6"`
UseIPv4 bool `toml:"use_ipv4"`
ExcludeFile string `toml:"exclude_file"`