Skip to content

Instantly share code, notes, and snippets.

@barn
Created October 3, 2012 01:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save barn/3824295 to your computer and use it in GitHub Desktop.
Save barn/3824295 to your computer and use it in GitHub Desktop.
DNS configuration
resolver #1
search domain[0] : openvpn
nameserver[0] : 192.168.100.83
reach : Reachable
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
search domain[0] : openvpn
nameserver[0] : 192.168.100.83
if_index : 4 (en0)
flags : Scoped
reach : Reachable
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment