mirror of
https://github.com/danog/dns.git
synced 2024-11-26 20:14:51 +01:00
14 lines
214 B
Plaintext
14 lines
214 B
Plaintext
# Default
|
|
nameserver 127.0.0.1
|
|
|
|
# Google Fallback
|
|
nameserver 2001:4860:4860::8888
|
|
|
|
# Invalid server gets ignored
|
|
nameserver foobar
|
|
|
|
options timeout 5000
|
|
options attempts 3
|
|
|
|
# Unknown option gets ignored
|
|
options foo |