mirror of
https://github.com/casjaysdevdocker/tor
synced 2025-11-24 05:47:02 -05:00
🗃️ Update codebase 🗃️
All checks were successful
release-tag / release-image (push) Successful in 5m8s
All checks were successful
release-tag / release-image (push) Successful in 5m8s
rootfs/tmp/etc/privoxy/config rootfs/usr/local/etc/docker/init.d/98-privoxy.sh
This commit is contained in:
@@ -10,10 +10,10 @@ enable-edit-actions 0
|
|||||||
accept-intercepted-requests 0
|
accept-intercepted-requests 0
|
||||||
trust-x-forwarded-for 1
|
trust-x-forwarded-for 1
|
||||||
# Directories
|
# Directories
|
||||||
confdir /config/privoxy
|
confdir /etc/privoxy
|
||||||
templdir /config/privoxy/templates
|
templdir /etc/privoxy/templates
|
||||||
filterfile /config/privoxy/default.filter
|
filterfile /etc/privoxy/default.filter
|
||||||
actionfile /config/privoxy/default.action
|
actionfile /etc/privoxy/default.action
|
||||||
# Log settings
|
# Log settings
|
||||||
logdir /data/logs/privoxy
|
logdir /data/logs/privoxy
|
||||||
debug 1
|
debug 1
|
||||||
|
|||||||
@@ -124,9 +124,9 @@ SERVICE_UID="0" # set the user id
|
|||||||
SERVICE_GID="0" # set the group id
|
SERVICE_GID="0" # set the group id
|
||||||
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
||||||
# execute command variables - keep single quotes variables will be expanded later
|
# execute command variables - keep single quotes variables will be expanded later
|
||||||
EXEC_CMD_BIN='privoxy' # command to execute
|
EXEC_CMD_BIN='privoxy' # command to execute
|
||||||
EXEC_CMD_ARGS='--no-daemon $CONF_DIR/config' # command arguments
|
EXEC_CMD_ARGS='--no-daemon $ETC_DIR/config' # command arguments
|
||||||
EXEC_PRE_SCRIPT='' # execute script before
|
EXEC_PRE_SCRIPT='' # execute script before
|
||||||
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
||||||
# Is this service a web server
|
# Is this service a web server
|
||||||
IS_WEB_SERVER="no"
|
IS_WEB_SERVER="no"
|
||||||
|
|||||||
Reference in New Issue
Block a user