mirror of
https://github.com/danog/dns.git
synced 2024-12-12 09:29:46 +01:00
18 lines
288 B
Plaintext
18 lines
288 B
Plaintext
|
# Default
|
||
|
nameserver 127.0.0.1
|
||
|
|
||
|
# Google Fallback
|
||
|
nameserver 2001:4860:4860::8888
|
||
|
|
||
|
# Invalid server gets ignored
|
||
|
nameserver foobar
|
||
|
|
||
|
search local local1 local2 local3 local4 local5 local6
|
||
|
|
||
|
options timeout:5000
|
||
|
options attempts:3
|
||
|
options ndots:20
|
||
|
|
||
|
# Unknown option gets ignored
|
||
|
options foo
|