广告收入

有一种错误的理解认为,如果用户从来不点击广告,那么屏蔽这些广告不会损害网站或者应用的利益。这是不对的,因为开发者只是显示也是有钱可以赚的。所以是否屏蔽广告由你决定。就我个人来说,我不会使用带广告的应用,因为我觉得它们很讨厌,所以如果没有一个广告屏蔽程序我不会安装这样的应用。

广告走开什么原理?

广告走开使用hosts 文件来屏蔽广告主机名。hosts 文件是一个保存主机名到 IP 地址的映射的文件,可以在 /system/etc/hosts找到。这是一种传统的不依赖域名解析系统(DNS)的定义主机名到 IP 地址对应的方式。广告走开通过修改 hosts 文件把所有的不想访问的主机名都重定向到127.0.0.1,也就是你的设备的本机地址。

Why is the daily update check preference grayed out?

Automatic checking for new updates is only available when AdAway is installed on the internal phone memory. This is due to restrictions on the Android platform.

为什么我一定要重启动 Android 来使修改生效?

Android 的 Java 自己维护着一个内部的 DNS 缓存。操作系统会立即对新的 hosts 文件的修改作出反应(可以在命令行上用 ping 来验证),但是你需要重启你的 Android 来重建 Java 的 DNS 缓存。

怎么使用广告走开中的 web 服务器?

AdAway will also work without using the webserver!

You can enable a local webserver in preferences of AdAway to answer requests to the local IP address 127.0.0.1. This means requests from applications to ad servers which are redirected to 127.0.0.1 are answered by AdAway's webserver.
Some applications refuse to work, when ad servers are not reachable. With this method they will be reachable again, replying with a blank page and no ad images.

我怎么屏蔽/取消屏蔽指定的主机名?

你可以配置你自己的服务器来提供一个包含你想要屏蔽的主机名的hosts文件并且把它添加到你的Hosts源里中,或者添加你想屏蔽的主机名到黑名单(黑),在你的名单菜单中。你还可以,把你不想屏蔽的主机名添加到白名单(白)中,或者把你想要重定向到的IP地址添加到重定向列表(重定向)中。

我从哪可以找到更多的 hosts 源?

请查看广告走开附加 hosts 源列表

我发现了广告走开的一个 BUG!

请反馈到 广告走开跟踪系统