Skip to content

"dnstap-output" distorts rendering of subsequent options #5

@kempniu

Description

@kempniu

I am observing a rather funky highlighting effect with dnstap-output:

dnstap-output-dnstap-all

Without dnstap { all; };:

dnstap-output

And here is dnstap { all; }; without dnstap-output (looks as expected):

dnstap-all

Here is the sample configuration file for easy copy-paste:

options {
	dnstap-output file "dnstap.out";
	dnstap { all; };
	send-cookie no;
	require-server-cookie no;
	minimal-responses no;
	dnssec-validation yes;
	qname-minimization disabled;
};

I would be happy to help with debugging this and/or test any potential fixes.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions