comments (anywhere in line, not just as the beginning).
252. [bug] resolv.conf parser mishandled masks on sortlists.
It slso aborted when an unrecognised keyword was seen,
now it silently ignores the entire line.
22 lines
331 B
Plaintext
22 lines
331 B
Plaintext
domain jab.fr
|
|
nameserver 194.150.1.2 ; ignore that
|
|
|
|
; ignore this comment
|
|
|
|
nameserver 194.150.1.1 # ignore this comment too
|
|
|
|
a-bad-entry-that-will be ignored
|
|
|
|
option debug ; foo
|
|
option ndots:10
|
|
|
|
sortlist 10.0.0.0/255.244.33.0 11.0.0.0
|
|
|
|
search aaa bbb ccc ddd ; blank stuff
|
|
# search eee fff ggg hhh
|
|
|
|
#
|
|
# Bar
|
|
### bar bar bar
|
|
#
|