@@ -95,7 +95,7 @@ func GetIPFromInterface(configuration *Settings) (string, error) {
}
if isIPv4(ip.String()) {
if strings.ToUpper(configuration.IPType) == IPV4 {
if strings.ToUpper(configuration.IPType) != IPV4 {
continue
} else {
The note is not visible to the blocked user.