mirror of
https://github.com/danog/dns.git
synced 2024-12-04 02:17:46 +01:00
493d014b58
- Add search list and ndots option - Add support for rotate option - Add support for LOCALDOMAIN and RES_OPTIONS - Increase default timeout from 3s to 5s and limit it to 30s Fixes #46. Fixes #47.
11 lines
147 B
Plaintext
11 lines
147 B
Plaintext
# Default
|
|
nameserver 127.0.0.1
|
|
|
|
# Google Fallback
|
|
nameserver 2001:4860:4860::8888
|
|
|
|
# Invalid server gets ignored
|
|
nameserver foobar
|
|
|
|
options rotate
|