Created
January 9, 2017 13:36
-
-
Save drscream/46216cfe213c3a1c1d5d177a568d1628 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"brand": "joyent", | |
"image_uuid": "7bc68970-96b3-11e6-a0e5-db28b1269814", | |
"autoboot": true, | |
"delegate_dataset": true, | |
"resolvers": [ | |
"192.168.25.1" <------------------------------------------ HERE :-) | |
], | |
"max_physical_memory": 1024, | |
"max_swap": 1024, | |
"nics": [ | |
{ | |
"nic_tag": "fruky0", | |
"ip": "dhcp" | |
} | |
], | |
"customer_metadata": {}, | |
"internal_metadata": {} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment