https://github.com/minhtuannguyen/mobads
Ads Domains to block for mobile devices
https://github.com/minhtuannguyen/mobads
ads babashka clojure dns mobile
Last synced: 3 months ago
JSON representation
Ads Domains to block for mobile devices
- Host: GitHub
- URL: https://github.com/minhtuannguyen/mobads
- Owner: minhtuannguyen
- License: apache-2.0
- Created: 2022-08-27T08:23:41.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-05-03T07:59:19.000Z (over 1 year ago)
- Last Synced: 2024-05-03T13:12:47.109Z (over 1 year ago)
- Topics: ads, babashka, clojure, dns, mobile
- Language: Clojure
- Homepage:
- Size: 27.3 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# mobads
contains a minimal set of dns domains which should be blocked on mobile device. See [the dns.txt](dns.txt)# Sanitize
This task going into the list and remove out-of-date entries by checking them with `nslookup`
It requires `babashka` in order to run```shell
bb sanitize
```