diff --git a/shadowsocks-staging/config.yaml b/shadowsocks-staging/config.yaml index 1aa7871..c633ab4 100644 --- a/shadowsocks-staging/config.yaml +++ b/shadowsocks-staging/config.yaml @@ -1,6 +1,6 @@ name: "Shadowsocks (staging)" description: "Encrypted SOCKS v5 proxy server. This version is only for testing purposes; please use the main version for increased stability!" -version: "0.0.6" +version: "0.0.7" slug: "shadowsocks_staging" startup: services ingress: false diff --git a/shadowsocks/run.sh b/shadowsocks/run.sh index 64dcfc0..3d553c4 100644 --- a/shadowsocks/run.sh +++ b/shadowsocks/run.sh @@ -1,4 +1,3 @@ #!/bin/sh -ls / -ls /data -cp /data/config.json /etc/shadowsocks-rust/config.json +cat /data +cp /data/options.json /etc/shadowsocks-rust/config.json