aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAkito13 <inlinr@protonmail.com>2019-06-27 16:35:44 +0200
committerMiran <narimiran@disroot.org>2019-06-27 16:35:44 +0200
commit628f5c42ed2c36359dea66db212572cee4dc6baa (patch)
tree8c8a23074c6dfbc21a119861d6a5b09b8138a9a5
parent133b645f28d6ec4f4d236903251af008c33b3d10 (diff)
downloadpackages-628f5c42ed2c36359dea66db212572cee4dc6baa.tar.gz
packages-628f5c42ed2c36359dea66db212572cee4dc6baa.zip
Added package "validateip" (#1104)
-rw-r--r--packages.json15
1 files changed, 15 insertions, 0 deletions
diff --git a/packages.json b/packages.json
index 32aa1e3..519f1ac 100644
--- a/packages.json
+++ b/packages.json
@@ -13603,5 +13603,20 @@
"description": "High-level wrapper for Linux's kmod library",
"license": "ISC",
"web": "https://github.com/alaviss/kmod"
+ },
+ {
+ "name": "validateip",
+ "url": "https://github.com/Akito13/nim-validateip",
+ "method": "git",
+ "tags": [
+ "ip",
+ "ipaddress",
+ "ipv4",
+ "ip4",
+ "checker",
+ "check"
+ ],
+ "description": "Checks if a provided string is actually a correct IP address. Supports detection of Class A to D of IPv4 addresses.",
+ "license": "GPLv3+"
}
]