From 7e1229196856b414640279280ee6825ebef56989 Mon Sep 17 00:00:00 2001
From: Nils <32552517+byReqz@users.noreply.github.com>
Date: Sat, 16 Jan 2021 23:19:56 +0000
Subject: [PATCH] Update README.md
---
README.md | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/README.md b/README.md
index 5cb281f..2533108 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,11 @@
# conn
quick and dirty server availability check
+### features:
+- multi-input detection
+- ipv4 input detection
+- ipv6 input detection
+- waiting for availability
+- send notification on availability
requires fping and nmap (and bash)
@@ -9,6 +15,7 @@ Options:
-m/--multi -- test multiple ips / disable portscan
-h/--help -- show help
-6/--force-ipv6 -- force ipv6 portscanning (also forces portscanning)
+ -4/--force-ipv4 -- force ipv4 portscanning (also forces portscanning)
-y/--yes -- portscan without asking
-n/--no -- dont portscan
-p/--portscan -- same as -y