1
0
mirror of https://github.com/danog/dns.git synced 2024-12-04 02:17:46 +01:00
dns/test/data/resolv-search.conf
Michał Brzuchalski 493d014b58 Add more resolv.conf features (#89)
- 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.
2019-07-30 18:09:33 +02:00

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