Support reverse proxy IP logging.

This commit is contained in:
MaxJa4
2024-01-22 18:07:21 +01:00
parent ef3117ea2a
commit 37f9396428
2 changed files with 3 additions and 2 deletions

View File

@@ -4,7 +4,7 @@ WORKDIR /app
COPY . .
RUN CGO_ENABLED=0 GOOS=linux GOARCH=arm64 go build -ldflags="-w -s" -o isc .
RUN CGO_ENABLED=0 GOOS=linux GOARCH=arm64 go build -ldflags="-w -s" -v -o isc .
FROM alpine:latest