schzhn
schzhn
@timkgh, you can enable verbose log output by using the `-v` flag. ``` ./dnsproxy -v -l 127.0.0.1 -p 5353 -u 9.9.9.9 -u 2620:fe::fe -f 149.112.112.112 -f 2620:fe::9 [info] Starting dnsproxy...
Since [v0.108.0-b.53](https://github.com/AdguardTeam/AdGuardHome/releases/tag/v0.108.0-b.53), you can specify [tmpfs](https://en.wikipedia.org/wiki/Tmpfs) directory to store query log and statistics using the new `querylog.dir_path` and `statistics.dir_path` properties in the [configuration file](https://github.com/AdguardTeam/AdGuardHome/wiki/Configuration#configuration-file).
We've pushed the [edge release](https://github.com/AdguardTeam/AdGuardHome/blob/master/README.md#test-unstable-versions) that adds a new property `dns.hostsfile_enabled` to the [configuration file](https://github.com/AdguardTeam/AdGuardHome/wiki/Configuration#configuration-file). This property can disable the use of the system hosts file for query resolution.
Related #6851 Fixed in the [edge release](https://github.com/AdguardTeam/AdGuardHome/blob/master/README.md#test-unstable-versions).
@target123, in [v0.107.44](https://github.com/AdguardTeam/AdGuardHome/releases/tag/v0.107.44) ``` Statistics for 7 days displayed as 168 hours on the dashboard. ``` As a workaround, you can set the statistics retention interval to 167 hours on...
``` Fixed - Statistics for 7 days displayed as 168 hours on the dashboard. ``` If the interval is 168 hours or more, statistics are displayed by day. Related #6595
On the contrary, the bug has been fixed.
Fixed in [edge](https://github.com/AdguardTeam/AdGuardHome/blob/master/README.md#test-unstable-versions) and upcoming beta release
@WildByDesign, could you please collect [verbose logs](https://github.com/AdguardTeam/AdGuardHome/wiki/FAQ#verboselog) and send them along with your configuration file to [[email protected]](mailto:[email protected])?
@WildByDesign, custom upstream cache does not support optimistic caching.