Skip to content

Instantly share code, notes, and snippets.

Embed
What would you like to do?
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
You can’t perform that action at this time.