Merge branch 'add-tests' of https://github.com/ClSlaid/chaosd into add-tests

This commit is contained in:
ClSlaid 2021-01-05 15:10:38 +08:00
commit a8a0a5c11b
1 changed files with 0 additions and 1 deletions

View File

@ -27,7 +27,6 @@ func IPToCidr(ip string) string {
if net.ParseIP(ip).To4() != nil {
return ip + "/32"
}
return ip + "/128"
}