-
-
Notifications
You must be signed in to change notification settings - Fork 514
Open
Description
What's the feature 🧐
In order to avoid restarting the container to test whether a site is inaccessible because it's being blocked, it would be handy to be able to, via the control server api, modify the advertisement/malicious site filter:
- Disable temporarily (
/v1/dns/(ads|mal)/pause[?duration=60], default 60s) - Disable (
/v1/dns/(ads|mal)/disable) - Enable (
/v1/dns/(ads|mal)/enable) - Unblock domain (
/v1/dns/unblock[?domain=sub.tld])
These are rough examples, but should get the idea across.
Extra information and references
If this functionality is already available via /update, my apologies. I didn't find anything obvious in the documentation or digging into the source. But I'm not a go dev, so I might've missed it.
qdm12
Metadata
Metadata
Assignees
Labels
No labels