자주 언급되는 오해 중 하나는 사용자가 광고를 절대로 클릭하지 않거나 차단할 경우, 사이트나 앱에 금전적인 피해가 있을 것이라는 것입니다. 이것은 거짓이며, 개발자들은 광고를 단순히 표시함으로 돈을 법니다. 광고 차단 여부는 사용자의 선택입니다. 개인적으로 저는 광고를 표시하는 앱이 매우 성가셔서 사용하지 않으며, 따라서 광고 차단 도구 없이는 이러한 앱을 설치하지 않을 것입니다.
AdAway uses the hosts file to block hostnames, that serve advertisements. The hosts file is a file found in /system/etc/hosts
that maps hostnames to IP addresses. It is a traditional way to define hostname to IP address pairs without relying on the Domain Name System (DNS). All unwanted hostnames are redirected to 127.0.0.1
which means they will point to your own device.
새로운 업데이트에 대한 자동 확인은 AdAway가 내장 전화기 메모리에 설치되었을 때만 사용 가능합니다. 이것은 안드로이드 플랫폼의 제한 때문입니다.
안드로이드의 자바는 자체 내부 DNS 캐시를 유지합니다. 운영체제는 새로운 호스트 파일을 즉시 반영(명령어 줄에서 핑을 통해 검증)하지만 자바의 DNS 캐시를 재구성하려면 안드로이드를 재시작하셔야 합니다.
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.
Add the hostnames you want to block to the Blacklist (=Black) under Your lists. Additionally, hostnames you want to exclude from blocking can be added to the Whitelist (=White) and hostnames you want to redirect to a specific IP address belong to the Redirect list (=Redirection).
AdAway의 추가 호스트 소스 목록 을 확인하십시오.
https://adaway.org로 와 주시기 바랍니다.