Deleted Added
full compact
307a308,339
>
> /* DNS64 prefix */
> char* dns64_prefix;
>
> /* Synthetize all AAAA record despite the presence of an authoritative one */
> int dns64_synthall;
>
> /** true to enable dnstap support */
> int dnstap;
> /** dnstap socket path */
> char* dnstap_socket_path;
> /** true to send "identity" via dnstap */
> int dnstap_send_identity;
> /** true to send "version" via dnstap */
> int dnstap_send_version;
> /** dnstap "identity", hostname is used if "". */
> char* dnstap_identity;
> /** dnstap "version", package version is used if "". */
> char* dnstap_version;
>
> /** true to log dnstap RESOLVER_QUERY message events */
> int dnstap_log_resolver_query_messages;
> /** true to log dnstap RESOLVER_RESPONSE message events */
> int dnstap_log_resolver_response_messages;
> /** true to log dnstap CLIENT_QUERY message events */
> int dnstap_log_client_query_messages;
> /** true to log dnstap CLIENT_RESPONSE message events */
> int dnstap_log_client_response_messages;
> /** true to log dnstap FORWARDER_QUERY message events */
> int dnstap_log_forwarder_query_messages;
> /** true to log dnstap FORWARDER_RESPONSE message events */
> int dnstap_log_forwarder_response_messages;