Created
October 5, 2024 13:16
-
-
Save EldonMcGuinness/f4b5856a35e847a5ca5143cf08401e81 to your computer and use it in GitHub Desktop.
NextDNS Test
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#! /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