@@ -17,8 +17,9 @@ func (r *RootCmd) executeCSV(csvFile string) {
1717 ui .PrintErrorWithDetails (
1818 fmt .Sprintf ("错误:CSV文件不存在 '%s'" , csvFile ),
1919 "请使用 RealiTLScanner 工具扫描,得到 CSV 文件" ,
20- "命令:./RealiTLScanner -addr <VPS IP> -port 443 -thread 10 -timeout 5 -out file.csv" ,
21- "(提示:RealiTLScanner 不要在VPS上面运行)" ,
20+ "命令:./RealiTLScanner -addr <VPS IP> -port 443 -thread 100 -timeout 5 -out file.csv" ,
21+ "(提示:RealiTLScanner 尽量在本地运行,不要在远端)" ,
22+ "(重要:多次运行时请更改输出文件名,如 file1.csv、file2.csv 等)" ,
2223 )
2324 return
2425 }
@@ -38,7 +39,9 @@ func (r *RootCmd) executeCSV(csvFile string) {
3839 ui .PrintErrorWithDetails (
3940 fmt .Sprintf ("错误:解析CSV文件失败: %v" , err ),
4041 "请使用 RealiTLScanner 工具扫描,得到 CSV 文件" ,
41- "命令:./RealiTLScanner -addr <VPS IP> -port 443 -thread 10 -timeout 5 -out file.csv" ,
42+ "命令:./RealiTLScanner -addr <VPS IP> -port 443 -thread 100 -timeout 5 -out file.csv" ,
43+ "(提示:RealiTLScanner 尽量在本地运行,不要在远端)" ,
44+ "(重要:多次运行时请更改输出文件名,如 file1.csv、file2.csv 等)" ,
4245 )
4346 return
4447 }
@@ -47,7 +50,9 @@ func (r *RootCmd) executeCSV(csvFile string) {
4750 ui .PrintErrorWithDetails (
4851 "错误:CSV文件格式错误或为空" ,
4952 "请使用 RealiTLScanner 工具扫描,得到 CSV 文件" ,
50- "命令:./RealiTLScanner -addr <VPS IP> -port 443 -thread 10 -timeout 5 -out file.csv" ,
53+ "命令:./RealiTLScanner -addr <VPS IP> -port 443 -thread 100 -timeout 5 -out file.csv" ,
54+ "(提示:RealiTLScanner 尽量在本地运行,不要在远端)" ,
55+ "(重要:多次运行时请更改输出文件名,如 file1.csv、file2.csv 等)" ,
5156 )
5257 return
5358 }
@@ -58,7 +63,9 @@ func (r *RootCmd) executeCSV(csvFile string) {
5863 ui .PrintErrorWithDetails (
5964 "错误:未找到有效的域名" ,
6065 "请使用 RealiTLScanner 工具扫描,得到 CSV 文件" ,
61- "命令:./RealiTLScanner -addr <VPS IP> -port 443 -thread 10 -timeout 5 -out file.csv" ,
66+ "命令:./RealiTLScanner -addr <VPS IP> -port 443 -thread 100 -timeout 5 -out file.csv" ,
67+ "(提示:RealiTLScanner 尽量在本地运行,不要在远端)" ,
68+ "(重要:多次运行时请更改输出文件名,如 file1.csv、file2.csv 等)" ,
6269 )
6370 return
6471 }
0 commit comments