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

Private DNS #1314

Open
dnd66 opened this issue Nov 12, 2022 · 2 comments
Open

Private DNS #1314

dnd66 opened this issue Nov 12, 2022 · 2 comments
Labels

Comments

@dnd66
Copy link

dnd66 commented Nov 12, 2022

Private DNS still does not work with AFWall on Lineage 19.1 (Andrdoid 12) and AFWall v 3.5.3
Other users have the same issue: #1176 #985

Suggested solutions are the following custom scripts:
IPTABLES=/system/bin/iptables
$IPTABLES -I "afwall" -p tcp --dport 853 -j ACCEPT

or e.g.

IPTABLES=/system/bin/iptables
$IPTABLES -A "afwall" -p TCP --dport 853 -d 1.1.1.1,1.0.0.1,8.8.8.8,8.8.4.4 -m owner --uid-owner root -j ACCEPT

None of this works. So what is the official position on how to use private DNS with AFWall?

@dnd66 dnd66 added the Review label Nov 12, 2022
@marcosilva85
Copy link

This and the hotspot feature are two native Android features that immediately stop working when Afwall is enabled, which is a nuisance for new users to figure out a way around.
@ukanth is there a possibility that you could ship a fix in Afwall for these? Thanks

@Honjan
Copy link

Honjan commented Jun 29, 2024

Same probelm here with AFWall+ 3.6.0 and Android Private DNS (e.g. one.one.one.one). Please fix it.

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

3 participants