🗃️ Updated domain names 🗃️

bin/entrypoint-squid.sh
Dockerfile
LICENSE.md
rootfs/usr/local/bin/entrypoint.sh
rootfs/usr/local/bin/start-squidguard.sh
This commit is contained in:
casjay
2023-08-10 19:57:13 -04:00
parent 3ef435cf5a
commit 8775848719
5 changed files with 6 additions and 6 deletions

View File

@@ -3,7 +3,7 @@
[ -n "$DEBUG" ] && set -x
set -o pipefail
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
PROXY_HOSTNAME=${PROXY_HOSTNAME:-proxy.casjay.net}
PROXY_HOSTNAME=${PROXY_HOSTNAME:-proxy.casjay.pro}
export SQUID_PORT="${SQUID_PORT:-3127}"
export E2GUARD_PORT="${E2GUARD_PORT:-3128}"
export APACHE2_PORT="${APACHE2_PORT:-8080}"