Hacker News new | ask | show | jobs
Ask HN: What do you use for blocking yourself from websites, apps, etc.?
1 points by privacyisntdead 856 days ago
Looking for something to break the habit cycle of checking phone/websites/unnecessary email on phone and desktop. Suggestions?
2 comments

I use the addon uBlock Origin with custom rules in "My Filters"

    ||quora.com^
Also Unbound DNS add whatever domains in an include file

    local-zone: "myvisualiq.net" always_nxdomain
If a device has hard coded IP's then on my firewall I use

    ip route add blackhole 1.1.1.1 # etc...
NextDNS lets you block various preset apps, or any specific domains you specify, with a schedule option to allow them to resolve during certain hours. Since it works at the DNS level you can set it up on nearly any device, and since it's hosted remotely it still works when those devices leave your home network (unlike PiHole).