[update] 添加 IP 显示
[fix] 去除 Go CN Proxy
This commit is contained in:
wulabing
2023-03-22 21:28:56 +08:00
parent ef85cdcd95
commit 4741cbdb62
2 changed files with 6 additions and 3 deletions
+2 -2
View File
@@ -3,7 +3,7 @@ FROM golang:alpine as builder
LABEL maintainer="wulabing <wulabing@gmail.com>"
ENV GOPROXY=https://goproxy.cn,direct
#ENV GOPROXY=https://goproxy.cn,direct
WORKDIR /app
RUN apk add --no-cache git && git clone https://github.com/XTLS/Xray-core.git . && \
@@ -29,7 +29,7 @@ COPY ./config.json /
COPY --from=builder /app/xray /
RUN apk add --no-cache tzdata ca-certificates jq && \
RUN apk add --no-cache tzdata ca-certificates jq curl && \
mkdir -p /var/log/xray &&\
wget -O /geosite.dat https://github.com/v2fly/domain-list-community/releases/latest/download/dlc.dat && \
wget -O /geoip.dat https://github.com/v2fly/geoip/releases/latest/download/geoip.dat && \