blob: 9c9a0be5f2a35c0d450f8239cbf1f8e2faffb48e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
#
# /etc/resolv.conf
# DragonFly BSD
#
# Aaron LI
#
# Increase timeout to 30 seconds (default: 5 seconds)
options timeout:30
# Local DNS (recursive resolver) by "unbound"
nameserver 127.0.0.1
#nameserver ::1
|