Created
March 4, 2016 23:57
-
-
Save alena1108/c06b19743b8fae56194e to your computer and use it in GitHub Desktop.
dns config
This file contains 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
{ | |
"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