diff --git a/Dockerfile.orig b/Dockerfile.orig new file mode 100644 index 0000000..8b24abb --- /dev/null +++ b/Dockerfile.orig @@ -0,0 +1,15 @@ +FROM lscr.io/linuxserver/syslog-ng:latest + +LABEL version="20240617.1.7" +LABEL description="syslog-ng" + +RUN apk update +RUN apk upgrade + +RUN mkdir -p /config +COPY config /config + +RUN mkdir -p /config/GeoIP +COPY data/GeoIP/GeoLite2-City.mmdb /config/GeoIP/GeoLite2-City.mmdb + +RUN apk add libmaxminddb diff --git a/data/GeoIP/GeoLite2-ASN_20240614.tar.gz b/data/GeoIP/GeoLite2-ASN_20240614.tar.gz new file mode 100644 index 0000000..61d5761 Binary files /dev/null and b/data/GeoIP/GeoLite2-ASN_20240614.tar.gz differ diff --git a/data/GeoIP/GeoLite2-City_20240614.tar.gz b/data/GeoIP/GeoLite2-City_20240614.tar.gz new file mode 100644 index 0000000..7c35a62 Binary files /dev/null and b/data/GeoIP/GeoLite2-City_20240614.tar.gz differ diff --git a/data/GeoIP/GeoLite2-Country_20240614.tar.gz b/data/GeoIP/GeoLite2-Country_20240614.tar.gz new file mode 100644 index 0000000..5641473 Binary files /dev/null and b/data/GeoIP/GeoLite2-Country_20240614.tar.gz differ