Skip to content

Instantly share code, notes, and snippets.

@henkin
Last active January 22, 2023 00:28
Show Gist options
  • Save henkin/9b8b1e96b1141c4cdfff33cb0f9b6799 to your computer and use it in GitHub Desktop.
Save henkin/9b8b1e96b1141c4cdfff33cb0f9b6799 to your computer and use it in GitHub Desktop.
linux
# list of all domains
doctl compute domain list | cut -w -f1 | tail -n +2 | xargs curl -v -m 1
# show all NS record ids
doctl compute domain records list paulhenkin.com | grep NS | cut -w -f1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment