Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save EldonMcGuinness/f4b5856a35e847a5ca5143cf08401e81 to your computer and use it in GitHub Desktop.
Save EldonMcGuinness/f4b5856a35e847a5ca5143cf08401e81 to your computer and use it in GitHub Desktop.
NextDNS Test
#! /bin/bash
curl -s $(curl -vs test.nextdns.io 2>&1 | grep -hoE 'https://.+/') 2>&1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment