diff --git a/docker/v2ray/Dockerfile b/docker/v2ray/Dockerfile index a9e533c..9287ce1 100644 --- a/docker/v2ray/Dockerfile +++ b/docker/v2ray/Dockerfile @@ -17,8 +17,8 @@ RUN set -ex \ && chmod +x /root/v2ray.sh \ && /root/v2ray.sh \ && rm -fv /root/v2ray.sh \ - && wget -O /usr/bin/geosite.dat https://github.com/v2ray/domain-list-community/releases/latest/download/dlc.dat \ - && wget -O /usr/bin/geoip.dat https://github.com/v2ray/geoip/releases/latest/download/geoip.dat + && wget -O /usr/bin/geosite.dat https://github.com/v2fly/domain-list-community/releases/latest/download/dlc.dat \ + && wget -O /usr/bin/geoip.dat https://github.com/v2fly/geoip/releases/latest/download/geoip.dat VOLUME /etc/v2ray ENV TZ=Asia/Shanghai diff --git a/docker/v2ray/Dockerfile.architecture b/docker/v2ray/Dockerfile.architecture index 61cd893..fdf461a 100644 --- a/docker/v2ray/Dockerfile.architecture +++ b/docker/v2ray/Dockerfile.architecture @@ -18,8 +18,8 @@ RUN set -ex \ && chmod +x /root/v2ray.sh \ && /root/v2ray.sh "${TARGETPLATFORM}" \ && rm -fv /root/v2ray.sh \ - && wget -O /usr/bin/geosite.dat https://github.com/v2ray/domain-list-community/releases/latest/download/dlc.dat \ - && wget -O /usr/bin/geoip.dat https://github.com/v2ray/geoip/releases/latest/download/geoip.dat + && wget -O /usr/bin/geosite.dat https://github.com/v2fly/domain-list-community/releases/latest/download/dlc.dat \ + && wget -O /usr/bin/geoip.dat https://github.com/v2fly/geoip/releases/latest/download/geoip.dat VOLUME /etc/v2ray ENV TZ=Asia/Shanghai diff --git a/docker/v2ray/build_v2ray.sh b/docker/v2ray/build_v2ray.sh index c61fcff..914e531 100644 --- a/docker/v2ray/build_v2ray.sh +++ b/docker/v2ray/build_v2ray.sh @@ -7,7 +7,7 @@ # Copyright (C) 2020 Teddysun # # Reference URL: -# https://github.com/v2ray/v2ray-core.git +# https://github.com/v2fly/v2ray-core.git cur_dir="$(pwd)" diff --git a/docker/v2ray/v2ray.sh b/docker/v2ray/v2ray.sh index 1b058e3..598c168 100644 --- a/docker/v2ray/v2ray.sh +++ b/docker/v2ray/v2ray.sh @@ -5,7 +5,7 @@ # Copyright (C) 2019 - 2020 Teddysun # # Reference URL: -# https://github.com/v2ray/v2ray-core.git +# https://github.com/v2fly/v2ray-core.git PLATFORM=$1 if [ -z "$PLATFORM" ]; then