pre release v2

This commit is contained in:
mercury
2023-01-20 00:50:25 +04:00
parent cde037537f
commit 75fb0bbc6c
34 changed files with 2360 additions and 326 deletions
+11
View File
@@ -0,0 +1,11 @@
from ubuntu:18.04
run apt update && \
apt install -y ssh git net-tools
run mkdir /root/.ssh && \
mkdir /ssh && \
touch /root/.ssh/authorized_keys && \
wget https://github.com/shadowsocks/shadowsocks-rust/releases/download/v1.15.1/shadowsocks-v1.15.1.x86_64-unknown-linux-gnu.tar.xz && \
tar -xf shadowsocks-v1.15.1.x86_64-unknown-linux-gnu.tar.xz && \
wget https://github.com/teddysun/v2ray-plugin/releases/download/v5.1.0/v2ray-plugin-linux-amd64-v5.1.0.tar.gz && \
tar xf v2ray-plugin-linux-amd64-v5.1.0.tar.gz && \
mv v2ray-plugin_linux_amd64 /usr/local/bin/v2ray-plugin