simple RAC server
Go to file
MeexReay ee3c0ea64c good update
accounts saving
messages saving
register timeout
and some fixes as always
2025-04-15 02:16:04 +03:00
src good update 2025-04-15 02:16:04 +03:00
.gitignore good update 2025-04-15 02:16:04 +03:00
Cargo.lock clap and auth mode 2025-04-14 22:13:21 +03:00
Cargo.toml clap and auth mode 2025-04-14 22:13:21 +03:00
LICENSE init commit 2025-04-14 01:55:25 +03:00
PROTOCOL.md clap and auth mode 2025-04-14 22:13:21 +03:00
README.md good update 2025-04-15 02:16:04 +03:00

sRAC

simple server for RAC

Usage

git clone https://github.com/MeexReay/sRAC
cd sRAC
cargo run -- -H 127.0.0.1:42666

My server config

cargo run -- \
  --host 127.0.0.1:42666 \
  --splash "please register (/register and /login commands in bRAC)" \
  --messages-file "messages.txt" \
  --accounts-file "accounts.txt" \
  --register-timeout 3600 \
  --sanitize \
  --auth-only