This commit is contained in:
Pierre Guillod 2023-10-22 14:47:02 +02:00
parent 1e41dbe889
commit 9bf3fc8ec4
Signed by: pierre
GPG key ID: 7A64EF3E7D65F3DE
2 changed files with 5 additions and 1 deletions

View file

@ -1,6 +1,6 @@
name: "Shadowsocks"
description: "Encrypted SOCKS v5 proxy server."
version: "1.17.2"
version: "0.0.2"
slug: "shadowsocks"
startup: services
ingress: false

4
shadowsocks/run.sh Normal file
View file

@ -0,0 +1,4 @@
#!/bin/sh
ls /
ls /data
cp /data/config.json /etc/shadowsocks-rust/config.json