summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst15
1 files changed, 15 insertions, 0 deletions
diff --git a/README.rst b/README.rst
new file mode 100644
index 0000000..9ef00ce
--- /dev/null
+++ b/README.rst
@@ -0,0 +1,15 @@
+curlfilter
+==========
+
+Filter URLs passed to libcurl’s easy interface by regular expression. Can be
+used to implement per-application ad-blocking.
+
+Compile with::
+
+ make
+
+For Spotify run::
+
+ export CURLFILTER_PATTERN="spclient.wg.spotify.com/ad[-s]"
+ LD_PRELOAD=/path/to/curlfilter.so spotify
+