Live data from Hacker News

Lockdown: Open-source firewall that blocks app tracking, ads, snooping

lockdownhq.com

31–40 of 79 posts

Re: Lockdown: Open-source firewall that blocks app tracking, ads, snooping

#32
post #22

Earlier quoted context omitted.

Blokada seems to be very similar to DNS66, and is more actively maintained. Any reason to prefer DNS66?

Blokada doesn't DoH or DoT the last time I checked, but they have added a wireguard-based paid VPN service, which is nice. Intra [0] can DoH (but no on-device custom blocklists) and Nebulo [1] can DoH and DoT (with on-device blocklists). Personally, I see better latencies with DoH. Ref: https://news.ycombinator.com/item?id=21598413 -- [0] https://getintra.org + adguard-dns or nextdns [1] https://play.google.com/store…

For those unfamiliar with the acronyms.

DoH = DNS over HTTPS

DoT = DNS over TLS

Very useful apps!

Re: Lockdown: Open-source firewall that blocks app tracking, ads, snooping

#36
post #30
post #16

Earlier quoted context omitted.

On Android, DNS66 does exactly this, available on F-Droid. https://f-droid.org/en/packages/org.jak_linux.dns66/

As does NetGuard, both on the Play store and F-Droid: https://www.netguard.me/ A paid upgrade to the Play store version lets you filter traffic like adblock, or just use the releases from Github (they allow filtering, but not most pro features)

I use and love Netguard. It's great to see the trackers every app is connecting to but can't see a global option to block a particular domain across the board. I can only block on a case by case app.. Maybe they added this option recently?

Re: Lockdown: Open-source firewall that blocks app tracking, ads, snooping

#38
post #30

Earlier quoted context omitted.

As does NetGuard, both on the Play store and F-Droid: https://www.netguard.me/ A paid upgrade to the Play store version lets you filter traffic like adblock, or just use the releases from Github (they allow filtering, but not most pro features)

I use and love Netguard. It's great to see the trackers every app is connecting to but can't see a global option to block a particular domain across the board. I can only block on a case by case app.. Maybe they added this option recently?

I've only seen across-the-board, though you can allow individual apps to bypass the filter entirely. I think it's just a filter on DNS requests, but for APKs from github:

    settings -> backup -> import hosts file
You may also need to enable traffic filtering, I forget. that's at:

    settings -> advanced -> Filter traffic + Block domain names
The github apks notify you about updates and link right to the download page, so they're pretty painless to use.

Re: Lockdown: Open-source firewall that blocks app tracking, ads, snooping

#39
post #30

Earlier quoted context omitted.

As does NetGuard, both on the Play store and F-Droid: https://www.netguard.me/ A paid upgrade to the Play store version lets you filter traffic like adblock, or just use the releases from Github (they allow filtering, but not most pro features)

I use and love Netguard. It's great to see the trackers every app is connecting to but can't see a global option to block a particular domain across the board. I can only block on a case by case app.. Maybe they added this option recently?

It's only in the github version due to play store rules. And it's a global DNS based blacklist.

I wish there was global or group based ip rules though, since there's no way to whitelist DNS per app or temporarily, without completely turning off filtering.

It's kind of a pain, honestly. Some of the developers decisions seem pretty arbitrary to me. It's so close to being a must have app. I wish I had time to get familiar with the code.

That said, it's still my favorite option since losing adhell3 again.

Post reply on HN