about summary refs log tree commit diff
path: root/src/core/tests/config/global-dns-good.conf
blob: 6265a611cfc1dba2f6399f0b8e474b2515481e6d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# Good configuration, since there is a default domain section

[global-dns]
searches=foo.com
options=timeout:5

[global-dns-domain-*]
servers=4.5.6.7
options=myoption1

[global-dns-domain-test.com]
servers=1.2.3.4
options=myoption2