debug
This commit is contained in:
parent
ad9e29b63e
commit
8104674e70
2 changed files with 2 additions and 2 deletions
|
@ -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.8"
|
||||
version: "0.0.9"
|
||||
slug: "shadowsocks_staging"
|
||||
startup: services
|
||||
ingress: false
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
#!/bin/sh
|
||||
cat /data/options.json
|
||||
cp /data/options.json /etc/shadowsocks-rust/config.json
|
||||
ssserver
|
||||
|
|
Loading…
Reference in a new issue