Skip to content

Instantly share code, notes, and snippets.

@dac73
Created December 9, 2018 19:37
Show Gist options
  • Save dac73/f882f49dfdc98eaf84bf8bcec121af69 to your computer and use it in GitHub Desktop.
Save dac73/f882f49dfdc98eaf84bf8bcec121af69 to your computer and use it in GitHub Desktop.
OSx private DNS in AWS VPC resolving
networksetup -setdnsservers Wi-Fi {X.X.X.}2 8.8.8.8
# Replace {X.X.X.} with VPC subnet
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment