celzero / rethink-app

DNS over HTTPS / DNS over Tor / DNSCrypt client, WireGuard proxifier, firewall, and connection tracker for Android.
https://rethinkfirewall.com/
Apache License 2.0
2.8k stars 140 forks source link

IP address and domain blocklists #237

Open ignoramous opened 3 years ago

ignoramous commented 3 years ago

Block all IPs in a blocklist.

IPs could be stored in a critbit-trie or simply left in the db itself (like Nebulo does) and queried / cached. Critbit is likely in-memory but might be lighter on the battery due to reduced disk IO.

See also #50

ignoramous commented 1 year ago

See also: #293

hussainmohd-a commented 1 year ago

As the domain and IP blocklists have been incorporated into the v054a release, will proceed to close this issue.

ignoramous commented 1 year ago

This bug is about importing blocklists... which hasn't yet been implemented.