File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -34,7 +34,11 @@ RUN echo '{}' >/tmp/usr/local/etc/xray/05_inbounds.json
3434RUN echo '{}' >/tmp/usr/local/etc/xray/06_outbounds.json
3535RUN echo '{}' >/tmp/usr/local/etc/xray/07_transport.json
3636RUN echo '{}' >/tmp/usr/local/etc/xray/08_stats.json
37- RUN echo '{}' >/tmp/usr/local/etc/xray/09_reverse.json
37+ RUN echo '{}' >/tmp/usr/local/etc/xray/09_fakedns.json
38+ RUN echo '{}' >/tmp/usr/local/etc/xray/10_metrics.json
39+ RUN echo '{}' >/tmp/usr/local/etc/xray/11_observatory.json
40+ RUN echo '{}' >/tmp/usr/local/etc/xray/12_geodata.json
41+ RUN echo '{}' >/tmp/usr/local/etc/xray/99_version.json
3842
3943# Create log files
4044RUN mkdir -p /tmp/var/log/xray && touch \
Original file line number Diff line number Diff line change @@ -34,7 +34,11 @@ RUN echo '{}' >/tmp/usr/local/etc/xray/05_inbounds.json
3434RUN echo '{}' >/tmp/usr/local/etc/xray/06_outbounds.json
3535RUN echo '{}' >/tmp/usr/local/etc/xray/07_transport.json
3636RUN echo '{}' >/tmp/usr/local/etc/xray/08_stats.json
37- RUN echo '{}' >/tmp/usr/local/etc/xray/09_reverse.json
37+ RUN echo '{}' >/tmp/usr/local/etc/xray/09_fakedns.json
38+ RUN echo '{}' >/tmp/usr/local/etc/xray/10_metrics.json
39+ RUN echo '{}' >/tmp/usr/local/etc/xray/11_observatory.json
40+ RUN echo '{}' >/tmp/usr/local/etc/xray/12_geodata.json
41+ RUN echo '{}' >/tmp/usr/local/etc/xray/99_version.json
3842
3943# Create log files
4044RUN mkdir -p /tmp/var/log/xray && touch \
You can’t perform that action at this time.
0 commit comments