🗃️ Committing everything that changed 🗃️

This commit is contained in:
casjay 2022-10-11 16:08:08 -04:00
parent 085077fee9
commit 2bc3c7907f
No known key found for this signature in database
GPG Key ID: 4F765975C1F0EE5F

View File

@ -1,5 +1,8 @@
#!/usr/bin/env sh #!/usr/bin/env sh
# Set bash options
[ -n "$DEBUG" ] && set -x
set -o pipefail
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
GEOIP="-a /data/GeoLite2-ASN.mmdb -c /data/GeoLite2-City.mmdb -f /data/GeoLite2-Country.mmdb" GEOIP="-a /data/GeoLite2-ASN.mmdb -c /data/GeoLite2-City.mmdb -f /data/GeoLite2-Country.mmdb"
OPTS="-H x-forwarded-for -r -s -p" OPTS="-H x-forwarded-for -r -s -p"
CONFIG="-t /config/web" CONFIG="-t /config/web"