🗃️ Committing everything that changed 🗃️

This commit is contained in:
casjay 2022-10-11 16:08:48 -04:00
parent 2c0df0b3e6
commit 9a78e6917f
No known key found for this signature in database
GPG Key ID: 4F765975C1F0EE5F
2 changed files with 8 additions and 2 deletions

View File

@ -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:-}"

View File

@ -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}"