diff --git a/common/ParseIP.go b/common/ParseIP.go index 470e3b8..85c1445 100644 --- a/common/ParseIP.go +++ b/common/ParseIP.go @@ -13,6 +13,8 @@ import ( "strings" ) +var IsIPRange bool + var ParseIPErr = errors.New(" host parsing error\n" + "format: \n" + "192.168.1.1\n" +