TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: What do you use for blocking yourself from websites, apps, etc.?

1 点作者 privacyisntdead超过 1 年前
Looking for something to break the habit cycle of checking phone/websites/unnecessary email on phone and desktop. Suggestions?

2 条评论

LinuxBender超过 1 年前
I use the addon uBlock Origin with custom rules in &quot;My Filters&quot;<p><pre><code> ||quora.com^ </code></pre> Also Unbound DNS <i>add whatever domains in an include file</i><p><pre><code> local-zone: &quot;myvisualiq.net&quot; always_nxdomain </code></pre> If a device has hard coded IP&#x27;s then on my firewall I use<p><pre><code> ip route add blackhole 1.1.1.1 # etc...</code></pre>
jsheard超过 1 年前
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&#x27;s hosted remotely it still works when those devices leave your home network (unlike PiHole).