Skip to content

Commit

Permalink
Add a readme
Browse files Browse the repository at this point in the history
  • Loading branch information
dbrodie committed Jun 17, 2016
1 parent 95d1852 commit 0384179
Showing 1 changed file with 34 additions and 0 deletions.
34 changes: 34 additions & 0 deletions README.md
@@ -0,0 +1,34 @@
# AdBuster

Ad Buster is an Open Source (GPLv3 License) lightweight ad blocker for non-rooted Android devices. It uses a *fake* VPN
to intercept and block the relevant DNS requests. (DNS requests that are not bloked are passed through to your original
DNS server.

_NOTE: The VPN used by this ad blocker is a loopback vpn service. *No data is sent to any third party!*_

## Status

This software is currently still in alpha status. The base features work and should be stable, but some additional features
are missing before a beta will be released:

* Update flow for the app when a new version is released
* CI/Testing
* Nicer UI

## Download

This software is still in alpha stage, use at your own risk.

Releases can be downloaded [here.](https://github.com/dbrodie/AdBuster/releases)

## Development

This proect is developed in Kotlin, please make sure you are using the latest version of the Kotlin plugin for Android
Studio. The VPN is developed based on the pcap4j and dnsjava Java libraries.

Pull requests welcome!

## License

Licensed under GPLv3. Please see the License file for additional information.

0 comments on commit 0384179

Please sign in to comment.