<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">--- ./config	2021-10-06 21:08:43.000000000 -0400
+++ ./config	2021-11-03 19:32:55.000000000 -0400
@@ -192,6 +192,7 @@
 #      shown.
 #
 #admin-address privoxy-admin@example.com
+admin-address root@@PROXY_HOSTNAME@
 #
 #  1.4. proxy-info-url
 #  ====================
@@ -385,6 +386,9 @@
 actionsfile match-all.action # Actions that are applied to all sites and maybe overruled later on.
 actionsfile default.action   # Main actions file
 actionsfile user.action      # User customizations
+actionsfile @PREFIX@/etc/macos-fortress/macos-fortress-hosts.action
+actionsfile @PREFIX@/etc/adblock2privoxy/privoxy/ab2p.system.action
+actionsfile @PREFIX@/etc/adblock2privoxy/privoxy/ab2p.action
 #actionsfile regression-tests.action     # Tests for privoxy-regression-test
 #
 #  2.6. filterfile
@@ -431,6 +435,8 @@
 #
 filterfile default.filter
 filterfile user.filter      # User customizations
+filterfile @PREFIX@/etc/adblock2privoxy/privoxy/ab2p.system.filter
+filterfile @PREFIX@/etc/adblock2privoxy/privoxy/ab2p.filter
 #
 #  2.7. logfile
 #  =============
@@ -675,7 +681,7 @@
 #      Note that Privoxy does not validate the specified hostname
 #      value.
 #
-#hostname hostname.example.org
+hostname @PROXY_HOSTNAME@
 #
 #  4. ACCESS CONTROL AND SECURITY
 #  ===============================
@@ -784,7 +790,7 @@
 #
 #        listen-address [::1]:8118
 #
-listen-address  127.0.0.1:8118
+listen-address  @PROXY_SERVER@:8118
 #
 #  4.2. toggle
 #  ============
@@ -1363,6 +1369,12 @@
 #        forward  &lt;[2-3][0-9a-f][0-9a-f][0-9a-f]:*&gt;   .
 #
 #
+forward /      .
+forward :443   .
+
+# I2P
+#forward .i2p @PROXY_HOSTNAME@:4443
+
 #  5.2. forward-socks4, forward-socks4a, forward-socks5 and forward-socks5t
 #  =========================================================================
 #
</pre></body></html>