Update comments

Add trimmed geoip-only-cn-private.dat to Docker Image

Signed-off-by: Teddysun <i@teddysun.com>
This commit is contained in:
Teddysun 2021-09-18 10:43:36 +09:00
parent 557ffa2c08
commit d1808cee67
No known key found for this signature in database
GPG Key ID: 09BD4C080AD6C46D
2 changed files with 2 additions and 0 deletions

View File

@ -18,6 +18,7 @@ RUN set -ex \
&& /root/v2ray.sh \ && /root/v2ray.sh \
&& rm -fv /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/v2fly/domain-list-community/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/v2fly/geoip/releases/latest/download/geoip.dat
VOLUME /etc/v2ray VOLUME /etc/v2ray

View File

@ -19,6 +19,7 @@ RUN set -ex \
&& /root/v2ray.sh "${TARGETPLATFORM}" \ && /root/v2ray.sh "${TARGETPLATFORM}" \
&& rm -fv /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/v2fly/domain-list-community/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/v2fly/geoip/releases/latest/download/geoip.dat
VOLUME /etc/v2ray VOLUME /etc/v2ray