#!/bin/bash # Run these commands from the affected/problematic network # Once completed, send the file to Vercel support # Ask for domain and don't accept no domain # Also, we need to ensure not to pass an URL (https://example.com/path) # rather than only the domain name domain="" while [[ -z "$domain" || "$domain" =~ '/' ]] do echo "Domain to test (e.g. example.com): " read domain