singbox core

This commit is contained in:
mercury
2024-04-24 01:06:44 +04:00
parent 6a31985863
commit 0cc49a89e5
11 changed files with 143 additions and 180 deletions
+5
View File
@@ -0,0 +1,5 @@
cat /ssh/key.pub > /root/.ssh/authorized_keys
ssh-keygen -A
exec /usr/sbin/sshd -D -e "$@" &
sing-box run -c /config/singbox.json > /dev/null &
tail -f /dev/null