debug
This commit is contained in:
parent
1e41dbe889
commit
9bf3fc8ec4
2 changed files with 5 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
name: "Shadowsocks"
|
name: "Shadowsocks"
|
||||||
description: "Encrypted SOCKS v5 proxy server."
|
description: "Encrypted SOCKS v5 proxy server."
|
||||||
version: "1.17.2"
|
version: "0.0.2"
|
||||||
slug: "shadowsocks"
|
slug: "shadowsocks"
|
||||||
startup: services
|
startup: services
|
||||||
ingress: false
|
ingress: false
|
||||||
|
|
4
shadowsocks/run.sh
Normal file
4
shadowsocks/run.sh
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
#!/bin/sh
|
||||||
|
ls /
|
||||||
|
ls /data
|
||||||
|
cp /data/config.json /etc/shadowsocks-rust/config.json
|
Loading…
Reference in a new issue