def checkipv6
end

def check_ipv6
  return /:/ =~ ENV["REMOTE_ADDR"] ? "You're using IPv6:)" : "You're using IPv4"
end
