File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -36,10 +36,10 @@ static async void ScanProxy()
3636 Interlocked . Increment ( ref totalProxyCount ) ;
3737 if ( await ProxyValidator . ValidateAsync ( p , target , TimeSpan . FromMilliseconds ( 500d ) ) == HttpStatusCode . OK )
3838 {
39- Console . WriteLine ( $ "扫描到代理服务: { p . Host } : { p . Port } ") ;
39+ Console . WriteLine ( $ "{ DateTime . Now . ToString ( "HH:mm:ss.fff" ) } :扫描到代理服务: { p } ") ;
4040 }
4141 var completed = Interlocked . Increment ( ref completedProxyCount ) ;
42- Console . Title = $ "扫描进度 :{ completed } /{ Interlocked . Read ( ref totalProxyCount ) } ";
42+ Console . Title = $ "代理扫描进度 :{ completed } /{ Interlocked . Read ( ref totalProxyCount ) } ";
4343 } ) ;
4444 await Task . WhenAll ( tasks ) ;
4545 }
Original file line number Diff line number Diff line change @@ -217,9 +217,8 @@ public override string ToString()
217217 return $ "http://{ this . Host } :{ this . Port } /";
218218 }
219219
220-
221220 /// <summary>
222- /// 生成http代理服务器范围
221+ /// 指定ip范围构建http代理服务
223222 /// </summary>
224223 /// <param name="start">代理服务器起始ip</param>
225224 /// <param name="port">代理服务器端口</param>
You can’t perform that action at this time.
0 commit comments