No description
Find a file
2025-04-09 08:16:42 +02:00
src init 2023-04-10 22:32:23 +02:00
.gitignore init 2023-04-10 22:32:23 +02:00
bans.json init 2023-04-10 22:32:23 +02:00
Cargo.lock Bump tokio from 1.27.0 to 1.38.2 2025-04-08 02:12:51 +00:00
Cargo.toml Bump tokio from 1.27.0 to 1.38.2 2025-04-08 02:12:51 +00:00
config.json init 2023-04-10 22:32:23 +02:00
readme.md init 2023-04-10 22:32:23 +02:00

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?

  1. Install rust via rustup.sh
  2. Compile using cargo build
  3. Configure the config.json to your liking.
  4. Use cargo run to start the proxy.