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.91k stars 147 forks source link

Domain search in app's log #1037

Open opk12 opened 1 year ago

opk12 commented 1 year ago

Open Rethink, open Apps, choose an app. The network log allows to search for an IP, but not for a domain name.

opk12 commented 1 year ago

(I don't know the current search implementation, but a common trick to KISS would be to full-text search over the concatenated string field1;field2 - requires no new ifs in the search logic, just one in the input validation to return no results if the delimiter is in the input.)