mirror of
https://github.com/casjaysdevdocker/squidguard
synced 2025-01-18 00:34:24 -05:00
🗃️ Committing everything that changed 🗃️
This commit is contained in:
parent
2c0df0b3e6
commit
9a78e6917f
@ -1,5 +1,8 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
# Set bash options
|
||||
[ -n "$DEBUG" ] && set -x
|
||||
set -o pipefail
|
||||
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
||||
SQUID_USER="${SQUID_USER:-squid}"
|
||||
SQUID_LOG_DIR="${SQUID_LOG_DIR:-/data/log/squid}"
|
||||
REDIRECT_URL="${REDIRECT_URL:-}"
|
||||
|
@ -1,5 +1,8 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
# Set bash options
|
||||
[ -n "$DEBUG" ] && set -x
|
||||
set -o pipefail
|
||||
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
||||
PROXY_HOSTNAME=${PROXY_HOSTNAME:-proxy.casjay.net}
|
||||
export SQUID_PORT="${SQUID_PORT:-3127}"
|
||||
export E2GUARD_PORT="${E2GUARD_PORT:-3128}"
|
||||
|
Loading…
x
Reference in New Issue
Block a user