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

Rules for localhost #961

Open
abidal3 opened this issue Mar 12, 2019 · 4 comments
Open

Rules for localhost #961

abidal3 opened this issue Mar 12, 2019 · 4 comments
Labels

Comments

@abidal3
Copy link

abidal3 commented Mar 12, 2019

Maybe you should add column for localhost (127.0.0.1) rules especially for apps running as root.

@ukanth
Copy link
Owner

ukanth commented Mar 12, 2019

You mean device localhost? Why ?

@abidal3
Copy link
Author

abidal3 commented Mar 12, 2019

Yes.
As example for redirection:
su -c iptables -t nat -A OUTPUT -p udp --dport 53 -j DNAT --to-destination 127.0.0.1:5400
Now for this need to allow Wi-Fi rule for all Apps running as root.

@ukanth ukanth added the Review label Mar 6, 2021
@0xRustlang
Copy link

0xRustlang commented Nov 23, 2021

This will be great.
Because LAN column won't block access of app to 127.0.0.1 and 0.0.0.0 (i don't know why this IP also behave like localhost in almost every android device i tested.)

This will be also a great protection against IPCs to bypass firewall rules by some clever annoying apps that have root access (although i know this won't protect against very clever ones that have malicious behaviors and is somehow a false sense of protection against advanced apps that hace malicious behaviors but it is still a very good option to have)

specially a great protection also against websites that scan localhost like what ebay did in the past.

Thank you very much

@0xRustlang
Copy link

0xRustlang commented Nov 23, 2021

Also there is this issue regarding this matter.

#987

This will be a great feature.

Thanks

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