From 5437cd95678d159f23bfae4f7ab90761fbbc2c9e Mon Sep 17 00:00:00 2001 From: casjay Date: Mon, 11 Sep 2023 10:37:45 -0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=97=83=EF=B8=8F=20Committing=20everything?= =?UTF-8?q?=20that=20changed=20=F0=9F=97=83=EF=B8=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit rootfs/usr/local/etc/docker/init.d/zz-ifconfig.sh --- rootfs/usr/local/etc/docker/init.d/zz-ifconfig.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/rootfs/usr/local/etc/docker/init.d/zz-ifconfig.sh b/rootfs/usr/local/etc/docker/init.d/zz-ifconfig.sh index 9dfa0c1..4e90f84 100755 --- a/rootfs/usr/local/etc/docker/init.d/zz-ifconfig.sh +++ b/rootfs/usr/local/etc/docker/init.d/zz-ifconfig.sh @@ -122,6 +122,7 @@ SERVICE_GID="0" # set the group id EXEC_CMD_BIN='ifconfig' # command to execute EXEC_CMD_ARGS='-H x-forwarded-for -r -s -p ' # command arguments EXEC_CMD_ARGS+='-l $SERVICE_PORT -t /opt/echoip/html ' # command arguments +EXEC_CMD_ARGS+='--trusted-header CF-Connecting-IP' EXEC_CMD_ARGS+='-a /opt/echoip/geoip/GeoLite2-ASN.mmdb ' # command arguments EXEC_CMD_ARGS+='-c /opt/echoip/geoip/GeoLite2-City.mmdb ' # command arguments EXEC_CMD_ARGS+='-f /opt/echoip/geoip/GeoLite2-Country.mmdb ' # command arguments