1
0
mirror of https://github.com/danog/dns.git synced 2024-12-04 18:37:56 +01:00
dns/test/data/resolv.conf

14 lines
214 B
Plaintext
Raw Normal View History

# 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