Skip to content

Instantly share code, notes, and snippets.

Created November 4, 2011 02:33
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/1338535 to your computer and use it in GitHub Desktop.
Save anonymous/1338535 to your computer and use it in GitHub Desktop.
DNS configuration
resolver #1
nameserver[0] : 169.254.53.1
resolver #2
domain : local
options : mdns
timeout : 5
order : 300000
resolver #3
domain : 254.169.in-addr.arpa
options : mdns
timeout : 5
order : 300200
resolver #4
domain : 8.e.f.ip6.arpa
options : mdns
timeout : 5
order : 300400
resolver #5
domain : 9.e.f.ip6.arpa
options : mdns
timeout : 5
order : 300600
resolver #6
domain : a.e.f.ip6.arpa
options : mdns
timeout : 5
order : 300800
resolver #7
domain : b.e.f.ip6.arpa
options : mdns
timeout : 5
order : 301000
DNS configuration (for scoped queries)
resolver #1
nameserver[0] : 169.254.53.1
if_index : 5 (en1)
flags : Scoped
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment