From c928eaebfa17582b654c72f0ff1d55b57b40e046 Mon Sep 17 00:00:00 2001 From: Bee Date: Tue, 12 Oct 2021 08:03:35 +0100 Subject: [PATCH] Switch ipv6 and ipv4 tags around Someone entered them incorrrectly :) --- pywhat/Data/regex.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pywhat/Data/regex.json b/pywhat/Data/regex.json index 4841685..e01426d 100644 --- a/pywhat/Data/regex.json +++ b/pywhat/Data/regex.json @@ -1081,7 +1081,7 @@ "Identifiers", "Networking", "IP", - "IPv4", + "IPv6", "Bug Bounty" ] }, @@ -1108,7 +1108,7 @@ "Identifiers", "Networking", "IP", - "IPv6", + "IPv4", "Bug Bounty" ] },