新增LiveTop功能,检测存活时,默认会输出top10的b、c段ip存活数量

This commit is contained in:
影舞者 2022-01-07 13:46:09 +08:00
parent 6ce60284bc
commit 0b22898547

View File

@ -13,6 +13,8 @@ import (
"strings" "strings"
) )
var IsIPRange bool
var ParseIPErr = errors.New(" host parsing error\n" + var ParseIPErr = errors.New(" host parsing error\n" +
"format: \n" + "format: \n" +
"192.168.1.1\n" + "192.168.1.1\n" +