Skip to content
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

Make it possible to add entries for DNS rewrites in third-party filterlists #2172

Closed
3 tasks done
DandelionSprout opened this issue Oct 10, 2020 · 1 comment
Closed
3 tasks done
Labels
duplicate Duplicate or merged issues.

Comments

@DandelionSprout
Copy link
Member

DandelionSprout commented Oct 10, 2020

Prerequisites

Please answer the following questions for yourself before submitting an issue. YOU MAY DELETE THE PREREQUISITES SECTION.

  • I am running the latest version (0.104.0-beta1)
  • I checked the documentation and found no answer
  • I checked to make sure that this issue has not already been filed

Issue Details

  • Version of AdGuard Home server:
    • 0.104.0-beta1
  • How did you setup DNS configuration:
    • N/A
  • If it's a router or IoT, please write device model:
    • Raspberry Pi 4
  • Operating system and version:
    • Raspberry Pi OS Bullseye 32-bit

Expected Behavior

"DNS rewrites" is able to redirect IP addresses as well as domains to other domains. However, when it comes to third-party filterlists, only IP addresses can currently be redirected to domains through e.g. 123.45.67.89 example.org.

I therefore propose making it possible for listmakers of subscribable lists to redirect domains to other domains, something like this:

redirect: 0.us.pool.ntp.org 0.no.pool.ntp.org
redirect: 1.us.pool.ntp.org 1.no.pool.ntp.org
redirect: 2.us.pool.ntp.org 2.no.pool.ntp.org
redirect: 3.us.pool.ntp.org 3.no.pool.ntp.org

Actual Behavior

There are currently no apparent way to create third-party filterlists that contain domain-to-domain redirects of the sort seen in "DNS rewrites".

Screenshots

Screenshot:

image

Additional Information

My motivation for this request, is that I realised today after 16 months that domain-to-domain redirects was the only plausible way to prevent my Motorola and Lenovo phones from sending requests to *.us.pool.ntp.org 25 times per day despite me having been in Europe my entire life.

@ameshkov
Copy link
Member

Sounds like a duplicate of #2102

@ameshkov ameshkov added the duplicate Duplicate or merged issues. label Oct 11, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
duplicate Duplicate or merged issues.
Projects
None yet
Development

No branches or pull requests

2 participants