blob: fe1128268251c12164c9e832925b8243d5fb6530 (
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
25
26
27
|
$NetBSD: patch-ab,v 1.2 2001/01/14 14:06:01 simonb Exp $
--- /dev/null Mon Jan 15 00:57:20 2001
+++ adzap.conf Mon Jan 15 00:59:08 2001
@@ -0,0 +1,22 @@
+# example adzap configuration file
+# copy this file over to /etc/adzap.conf,
+# then modify this to match your install
+
+ZAP_MODE= # or "CLEAR"
+ZAP_BASE=http://adzap.cs.zip.com.au # a local web server will be better
+ZAP_CHAINING= # set to "1" or "FULL" if chaining
+ # redirectors; see web page
+ZAP_PREMATCH= # pathname of extra pattern file
+ # for patterns to preempt the stock
+ # zapper
+ZAP_POSTMATCH= # pathname of extra pattern file
+ # for patterns in addition to the
+ # stock zapper; this is the one to
+ # which you should add new ads
+STUBURL_AD=$ZAP_BASE/ad.gif
+STUBURL_ADBG=$ZAP_BASE/adbg.gif
+STUBURL_ADJS=$ZAP_BASE/no-op.js
+STUBURL_ADHTML=$ZAP_BASE/no-op.html
+STUBURL_ADPOPUP=$ZAP_BASE/closepopup.html
+STUBURL_COUNTER=$ZAP_BASE/counter.gif
+STUBURL_WEBBUG=$ZAP_BASE/webbug.gif
|