this post was submitted on 31 Dec 2023
3 points (58.8% liked)

F-Droid

8100 readers
261 users here now

F-Droid is an installable catalogue of FOSS (Free and Open Source Software) applications for the Android platform. The client makes it easy to browse, install, and keep track of updates on your device.

Website | GitLab | Mastodon

Matrix space | forum | IRC

founded 3 years ago
MODERATORS
 

New #Acer #ChromeBook. Can't seem to install @fdroid to get personalDNSFilter installed.

Is there a chrome-book equivlent for easily managing a DNS block list, on device?

Yes, I can run something on my home netwok, but what I'm looking for is an easy, on-device solution, like installing a "local vpn" like #personalDNSFilter does on my phone, into which I can put my own block list, and easily add and remove entries.

Browser extensions not enough, want to intercept all IP.

#ad #blocker #ip

top 5 comments
sorted by: hot top controversial new old
[–] ai6yr@m.ai6yr.org 1 points 10 months ago (1 children)

@pseudonym @fdroid If it's an Intel, reload with Linux (Ubuntu 22 works, or Debian 12) and load pihole.

[–] pseudonym@mastodon.online 1 points 10 months ago (1 children)

@ai6yr @fdroid

Thanks. AMD, and not looking to reload OS at this point.

[–] ai6yr@m.ai6yr.org 1 points 10 months ago

@pseudonym @fdroid Linux on Acer Chromebook is far more powerful than Google Chrome (especially the Chromebooks I have played with, which are *well* past their "expire date" and won't update).

[–] trouble@masto.ai 1 points 10 months ago (1 children)

@pseudonym @fdroid interesting problem. DNS serving is IP based (i.e. site/network configured; DHCP), so I have trouble imagining how a "for your domain" DNS service would work. A VPN provides a newer DNS server address, but that requires it to run constantly. I have set up ChromeOS Flex with a VPN and it disconnects when sleeping and needs manual reconnecting. Therefore: possible, but annoying. Reliable and automatic requires software mods of your host local DNS cache (like dnsmasq) cli flags.

[–] pseudonym@mastodon.online 1 points 10 months ago

@trouble @fdroid

Yeah. PersonalDNSFilter does basically what I want, for my android phone. Was looking for that, for chromeOS. It basically just does the "local VPN" trick, with an easy interface

May look into dnsMasq.

Old school, i'd just edit /etc/hosts for the donations I want to block and call it a day