blob: e490f609ccf6c26a6a814b5c980e488d6fb76076 (
plain)
1
2
3
4
5
6
7
8
9
|
# Invalid configuration, since there isn't a default domain section
[global-dns]
searches=foo.com
options=timeout:5
[global-dns-domain-test.com]
servers=1.2.3.4
options=myoption
|