mirror of
https://github.com/iraizo/authserver-proxy
synced 2025-12-04 03:27:34 +01:00
No description
|
|
||
|---|---|---|
| src | ||
| .gitignore | ||
| bans.json | ||
| Cargo.lock | ||
| Cargo.toml | ||
| config.json | ||
| readme.md | ||
srp proxy
This is a little proxy i made for private wow authentication servers to validate SRP packets to prevent useless TCP flood.
This does not protect against SYN flood attacks due to the kernel itself handling it and not tokio handling it.
Pretty much all implemented features are under src/config.rs excluding the connection timeout (wip, cba).
How do i use this?
- Install rust via rustup.sh
- Compile using
cargo build - Configure the config.json to your liking.
- Use
cargo runto start the proxy.