Skip to content

Instantly share code, notes, and snippets.

@drscream
Created August 24, 2013 19:30
Show Gist options
  • Save drscream/6329969 to your computer and use it in GitHub Desktop.
Save drscream/6329969 to your computer and use it in GitHub Desktop.
add resolvers to an existing smartos zone, that doesn't work
echo '{ "add_resolvers": [ "8.8.8.8", "8.8.4.4" ] }' | vmadm update 652f002f-4a24-46bc-a698-23d262b459c5
echo '{ "update_resolvers": [ "8.8.8.8", "8.8.4.4" ] }' | vmadm update 652f002f-4a24-46bc-a698-23d262b459c5
echo '{ "resolvers": [ "8.8.8.8", "8.8.4.4" ] }' | vmadm update 652f002f-4a24-46bc-a698-23d262b459c5
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment