blob: 8f2642ac7d589e10d0256659bd7b9bb8b657676f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
--- scripts/wrapzap.orig Sun Jul 20 04:38:48 2003
+++ scripts/wrapzap Sat Oct 4 21:14:49 2003
@@ -16,9 +16,9 @@
#
# modify this to match your install
-zapper=/usr/local/bin/squid_redirect
-
-ZAP_MODE= # or "CLEAR"
+zapper=%%PREFIX%%/libexec/squid_redirect
+
+ZAP_MODE=CLEAR # or blank
ZAP_BASE=http://adzapper.sourceforge.net/zaps # a local web server will be better
ZAP_BASE_SSL=https://adzapper.sourceforge.net/zaps # this can probably be ignored
@@ -46,6 +46,8 @@
STUBURL_COUNTERHTML=$ZAP_BASE/no-op-counter.html
STUBURL_WEBBUG=$ZAP_BASE/webbug.gif
STUBURL_WEBBUGJS=$ZAP_BASE/webbug.js
+
+. %%PREFIX%%/etc/adzap.conf
STUBURL_PRINT= # off by default, set to 1
|