mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
9bf909df77
A filtering proxy that can block ads from being displayed. PR: 14084 Submitted by: Dominik Rothert <dr@domix.de>
5 lines
132 B
Bash
5 lines
132 B
Bash
#!/bin/sh
|
|
|
|
python __PREFIX__/share/adzapper/adzapper.py \
|
|
-f __PREFIX__/etc/adzapper.conf -z __PREFIX__/share/adzapper/zaplets $*
|