Skip to content

Instantly share code, notes, and snippets.

@yuriburger
Last active May 9, 2019 08:00
Show Gist options
  • Save yuriburger/6cc654fe7e090962e6b02a5228941e80 to your computer and use it in GitHub Desktop.
Save yuriburger/6cc654fe7e090962e6b02a5228941e80 to your computer and use it in GitHub Desktop.
[curl resolve dns] Curl with a custom DNS resolve #curl
// vim: syntax=bash
curl -v -k --resolve <dns name>:<port>:<ip address> http://<dns name>/whatever
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment