This commit is contained in:
Pierre Guillod 2023-10-22 14:32:31 +02:00
parent c13fc765b4
commit 257c6a700a
Signed by: pierre
GPG key ID: 7A64EF3E7D65F3DE
2 changed files with 3 additions and 1 deletions

View file

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

View file

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