mirror of
https://github.com/isc-projects/bind9.git
synced 2026-02-25 19:04:57 -05:00
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.
21 lines
331 B
Text
21 lines
331 B
Text
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
|
|
#
|