Change geoip and geosite links to Loyalsoldier

Download geosite and geoip dat files from Loyalsoldier/v2ray-rules-dat instead of v2fly repository
These dat files are defenetly more updated
This commit is contained in:
mihanhunter 2022-03-14 04:16:47 -04:00 committed by GitHub
parent e3e6213076
commit 36b0b1823f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,9 +17,9 @@ RUN set -ex \
&& chmod +x /root/v2ray.sh \
&& /root/v2ray.sh \
&& rm -fv /root/v2ray.sh \
&& wget -O /usr/share/v2ray/geosite.dat https://github.com/v2fly/domain-list-community/releases/latest/download/dlc.dat \
&& wget -O /usr/share/v2ray/geosite.dat https://github.com/Loyalsoldier/v2ray-rules-dat/releases/latest/download/dlc.dat \
&& wget -O /usr/share/v2ray/geoip-only-cn-private.dat https://github.com/v2fly/geoip/releases/latest/download/geoip-only-cn-private.dat \
&& wget -O /usr/share/v2ray/geoip.dat https://github.com/v2fly/geoip/releases/latest/download/geoip.dat
&& wget -O /usr/share/v2ray/geoip.dat https://github.com/Loyalsoldier/v2ray-rules-dat/releases/latest/download/geoip.dat
VOLUME /etc/v2ray
ENV TZ=Asia/Shanghai