Added server support fro proxy protocol
Some checks failed
CI / build (push) Has been cancelled

This commit is contained in:
2025-12-29 22:06:48 +08:00
parent 9a9cb4ed2c
commit d9e0d82f3c
22 changed files with 222 additions and 11 deletions

View File

@@ -1,3 +1,3 @@
#!/bin/sh
DIR=/usr/share/java/rbcs
$DIR/bin/java $JAVA_OPTS -m net.woggioni.rbcs.cli "$@"
exec $DIR/bin/java $JAVA_OPTS -m net.woggioni.rbcs.cli $@