mirror of
https://github.com/MeexReay/sRAC.git
synced 2025-06-24 10:32:58 +03:00
32 lines
599 B
Markdown
32 lines
599 B
Markdown
# sRAC
|
|
simple server for RAC
|
|
|
|
## features
|
|
|
|
- RACv2.0 and WRACv2.0 protocols
|
|
- SSL encryption (via rustls)
|
|
- messages limits by size
|
|
- splash message
|
|
- message sanitizing (removes all shit)
|
|
- auth-only mode and accounts
|
|
- messages saving into file
|
|
- register and message timeouts
|
|
|
|
## usage
|
|
|
|
```bash
|
|
git clone https://github.com/MeexReay/sRAC.git; cd sRAC
|
|
cargo run -- -H rac://127.0.0.1:42666
|
|
```
|
|
|
|
## roadmap
|
|
|
|
- [ ] Proxy-mode
|
|
- [ ] Notifications by ip
|
|
- [ ] Server commands
|
|
- [x] WRAC protocol
|
|
- [x] RACS protocol
|
|
|
|
## license
|
|
|
|
This project is licensed under the WTFPL. Do what the fuck you want to. |