let rangeCorrectSamples = [
            ("127.0.0.1+3", [IPAddress(fromString: "127.0.0.1")!]),
            ("255.255.255.255+0", [IPAddress(fromString: "255.255.255.255")!]),
            ("0.0.0.0+4294967295", [IPAddress(fromString: "0.0.0.0")!])
        ]