ipInRange("2606:4700:4700: :/48", "2606:4700:4700: : 1111") → true • correct
ipInRange("2606:4700: :/32" "2606:4700:4700:: 1111") → false × WRONG (addr is in range)
ipInRange("2000::/3" "2606:4700:4700: :1111") → false × WRONG (addr is in range)
hope this makes sense
ipInRange("2606:4700:4700: :/48", "2606:4700:4700: : 1111") → true • correct
ipInRange("2606:4700: :/32" "2606:4700:4700:: 1111") → false × WRONG (addr is in range)
ipInRange("2000::/3" "2606:4700:4700: :1111") → false × WRONG (addr is in range)
hope this makes sense