Presently the Query Log column headers are:
- Time
- Client
- Domain
- Type
- Server
- Latency
- Status
From viewing the generated config file, it is evident that the TSV query log format is used by default. From the Query Logging section of example-dnscrypt-proxy.toml:
TSV format columns: timestamp, client_ip, query_name, query_type, return_code, duration, server, relay
It appears to me that presently the column labeled Server in the Query Log view is actually displaying the return_code data from the log file, and the column labeled Status is displaying the server from the log file. Additionally, there is no column corresponding to the relay from the log file.
Presently the Query Log column headers are:
From viewing the generated config file, it is evident that the TSV query log format is used by default. From the
Query Loggingsection of example-dnscrypt-proxy.toml:TSV format columns: timestamp, client_ip, query_name, query_type, return_code, duration, server, relayIt appears to me that presently the column labeled Server in the Query Log view is actually displaying the
return_codedata from the log file, and the column labeled Status is displaying theserverfrom the log file. Additionally, there is no column corresponding to therelayfrom the log file.