-
Notifications
You must be signed in to change notification settings - Fork 1.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Clear DNS Cache Button in DNS Settings #5190
Comments
Would be also nice to see how much entries are inside the cache or size like MB. |
See also #4695. |
Updates AdguardTeam/AdGuardHome#4695. Updates AdguardTeam/AdGuardHome#5190. Squashed commit of the following: commit 535edd8 Author: Ainar Garipov <A.Garipov@AdGuard.COM> Date: Thu Dec 1 18:23:15 2022 +0300 proxy: use mutexes better commit fe301f4 Author: Ainar Garipov <A.Garipov@AdGuard.COM> Date: Thu Dec 1 18:11:59 2022 +0300 proxy: add cache clear api
Updates AdguardTeam/AdGuardHome#4695. Updates AdguardTeam/AdGuardHome#5190. Squashed commit of the following: commit 881fbc0 Author: Ainar Garipov <A.Garipov@AdGuard.COM> Date: Fri Dec 2 15:28:47 2022 +0300 proxy: fix panic
Updates #4695. Updates #5190. Squashed commit of the following: commit f4156f5 Author: Ildar Kamalov <ik@adguard.com> Date: Fri Dec 2 16:19:03 2022 +0300 client: button styles commit 42cd8ac Author: Ainar Garipov <A.Garipov@AdGuard.COM> Date: Fri Dec 2 15:39:15 2022 +0300 all: upd dnsproxy commit 87b0439 Author: Ildar Kamalov <ik@adguard.com> Date: Fri Dec 2 15:19:07 2022 +0300 client: add clear cache button commit ee99548 Author: Ainar Garipov <A.Garipov@AdGuard.COM> Date: Thu Dec 1 18:54:54 2022 +0300 all: add cache clear
This is implemented as of |
This works amazingly. Thank you AdGuard Team for your amazing work! |
Updates AdguardTeam#4695. Updates AdguardTeam#5190. Squashed commit of the following: commit f4156f5 Author: Ildar Kamalov <ik@adguard.com> Date: Fri Dec 2 16:19:03 2022 +0300 client: button styles commit 42cd8ac Author: Ainar Garipov <A.Garipov@AdGuard.COM> Date: Fri Dec 2 15:39:15 2022 +0300 all: upd dnsproxy commit 87b0439 Author: Ildar Kamalov <ik@adguard.com> Date: Fri Dec 2 15:19:07 2022 +0300 client: add clear cache button commit ee99548 Author: Ainar Garipov <A.Garipov@AdGuard.COM> Date: Thu Dec 1 18:54:54 2022 +0300 all: add cache clear
Prerequisites
I have checked the Wiki and Discussions and found no answer
I have searched other issues and found no duplicates
I want to request a feature or enhancement and not ask a question
Description
What problem are you trying to solve?
Clearing cache currently requires restarting or setting cache size to 0 and back to the old number, which is tedious.
Proposed solution
Add a clear cache button under DNS Settings that will purge the cache file of AGH.
Alternatives considered
There are no realistic or simpler alternatives.
Additional information
N/A
The text was updated successfully, but these errors were encountered: