Copyright (C) 2015-2017 Sava Georgiev. This program is free software.
You can redistribute it and/or modify it under the terms of the GNU General Public License version 3.0.
For more information on Licensing - please read the License file located in the repository.
Block This is a DNS/VPN based ad blocking & privacy app for Android, that blocks malicious or unwanted internet content by filtering DNS requests and redirecting them to 127.0.0.1 (localhost)
. It uses a dummy VPN client in order to go around the restrictions in Android and change the DNS settings without having root access. The backend behind the app is a DNS based on PowerDNS - an open source DNS management software working with MySQL as a datasource.
If you wish to join the development please drop in a comment at https://forum.block-this.com or email me at me@savageorgiev.com.
Alternatively, you can just make a pull request here.
To get the latest release of Block This, go to:
If you wish to run it locally you will have to create your own app/fabric.properties file containing the following:
apiSecret=YOUR_API_SECRET
apiKey=YOUR_API_KEY
as well as your own app/src/main/assets/config.properties file with the following properties:
appNextApiKey=YOUR_APP_NEXT_API_KEY
dns1=YOUR_DNS1_IP_ADDRESS
dns2=YOUR_DNS2_IP_ADDRESS
If you wish to join the conversation, please visit our official forums at:
or the Google+ community at:
https://plus.google.com/u/0/communities/113434074801403849306
I created the app for my own convenience as I needed a privacy and ad blocking solution for my Android device, which I did not want to root. The app worked so well for me that I decided to put it on the Play Store. It had a huge success with almost 1 million downloads in just 2 months, but then it was taken down by Google. It is now hosted on my website as an APK. I open source it with the hope to get further developed and supported by the community.
For any questions or feedback you can contact me at https://savageorgiev.com or email me at me@savageorgiev.com