--- ./config 2019-10-22 22:49:35.000000000 -0400
+++ ./config 2019-10-22 22:54:09.000000000 -0400
#admin-address privoxy-admin@example.com
+admin-address root@@PROXY_HOSTNAME@
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/adblock2privoxy/privoxy/ab2p.system.action
+actionsfile @PREFIX@/etc/adblock2privoxy/privoxy/ab2p.action
filterfile default.filter
filterfile user.filter # User customizations
+filterfile @PREFIX@/etc/adblock2privoxy/privoxy/ab2p.system.filter
+filterfile @PREFIX@/etc/adblock2privoxy/privoxy/ab2p.filter
# Note that Privoxy does not validate the specified hostname
-#hostname hostname.example.org
+hostname @PROXY_HOSTNAME@
# 4. ACCESS CONTROL AND SECURITY
# ===============================
# listen-address [::1]:8118
-listen-address 127.0.0.1:8118
+listen-address @PROXY_SERVER@:8118
# forward <[2-3][0-9a-f][0-9a-f][0-9a-f]:*> .
+# See http://www.christianschenk.org/blog/enhancing-your-privacy-using-squid-and-privoxy/
+#forward .i2p @PROXY_HOSTNAME@:4443
# 5.2. forward-socks4, forward-socks4a, forward-socks5 and forward-socks5t
# =========================================================================