summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorLars-Dominik Braun <lars@6xq.net>2017-10-31 13:23:59 +0100
committerLars-Dominik Braun <lars@6xq.net>2017-10-31 13:23:59 +0100
commit854459cb11d29093bf8dc6e98c3cfb6ba208ec6c (patch)
treead5f8232108c900ae1356161ceb394a348cd637f /README.rst
downloadcurlfilter-854459cb11d29093bf8dc6e98c3cfb6ba208ec6c.tar.gz
curlfilter-854459cb11d29093bf8dc6e98c3cfb6ba208ec6c.tar.bz2
curlfilter-854459cb11d29093bf8dc6e98c3cfb6ba208ec6c.zip
Initial commit
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
+