dnsLog property
Log DNS queries made by built-in DNS clients to the access log. Example log record: DOH//doh.server got answer: domain.com -> ip1, ip2 2.333ms.
Implementation
@JsonKey(name: 'dnsLog')
bool? dnsLog;
Log DNS queries made by built-in DNS clients to the access log. Example log record: DOH//doh.server got answer: domain.com -> ip1, ip2 2.333ms.
@JsonKey(name: 'dnsLog')
bool? dnsLog;