修复组合任务初始化失败时,无法删除的问题
修复`reStart()`后,无法停止的问题 ftp增加主动模式,开启主动模式:https://aria.laoyuyu.me/aria_doc/api/ftp_params.html 优化提示
This commit is contained in:
@@ -92,5 +92,6 @@ public class RegularExpression {
|
||||
/**
|
||||
* IP
|
||||
*/
|
||||
public static String IP = "\\d+\\.\\d+\\.\\d+\\.\\d+";
|
||||
public static String IP =
|
||||
"([1-9]|[1-9]\\d|1\\d{2}|2[0-4]\\d|25[0-5])(\\.(\\d|[1-9]\\d|1\\d{2}|2[0-4]\\d|25[0-5])){3}";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user