mirror of
https://github.com/teddysun/across.git
synced 2025-04-03 18:49:33 +08:00
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:
parent
e3e6213076
commit
36b0b1823f
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user