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

Block apps connectivity and DOH #1436

Closed
eoopx opened this issue Feb 28, 2020 · 3 comments
Closed

Block apps connectivity and DOH #1436

eoopx opened this issue Feb 28, 2020 · 3 comments
Labels

Comments

@eoopx
Copy link

eoopx commented Feb 28, 2020

I get TikTok app as example and even we activated 'TikTok' through blocked services but our mobile devices tiktok android app still loads each person profile albums (many random images) and other contents.

(blocked_services.go contain all required tiktok domains)

{"tiktok", []string{

Later, i added ||dns.google.com^$important and ||dns.google^$important to custom filtering rules then it solved means nothing loads. so i see those apps use DOH itself to bypass blocking(?)

(Please note, If we block ||dns.google.com^$important and ||dns.google^$important using custom filtering rules while use google DNS (DOH or whatever) for AdGuardHome then it doesn't make any problem)

Above i only said about one app and many other desktop(/browsers too?) and mobile apps use that trick so do you guys have any idea or method to block those all using built-in new feature?

@eoopx
Copy link
Author

eoopx commented Mar 6, 2020

Isn't this important?

@ghost
Copy link

ghost commented Mar 9, 2020

  1. Block Bypass Methods New security features #1446

@ameshkov
Copy link
Member

Tbh, I am not sure if we should do that manually (I mean blocking dns.google.com does not look like a really good solution to me).

Once we add proxy support, it'd be easier to handle these cases.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants