Skip to content

Instantly share code, notes, and snippets.

@alena1108
Created March 4, 2016 23:57
Show Gist options
  • Save alena1108/c06b19743b8fae56194e to your computer and use it in GitHub Desktop.
Save alena1108/c06b19743b8fae56194e to your computer and use it in GitHub Desktop.
dns config
{
"default": {
"search": [],
"recurse": ["8.8.8.8"],
"a": {
"rancher-metadata.rancher.internal.": {
"answer": ["169.254.169.250"]
}
},
"cname": {}
},
"10.42.33.231": {
"search": ["rancher.internal"],
"recurse": ["8.8.8.8"],
"a": {
"foo": {
"answer": ["10.42.222.88"]
}
},
"cname": {}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment