mirror of
https://github.com/YGGverse/hlstate-rs.git
synced 2026-03-31 17:15:37 +00:00
11 lines
No EOL
292 B
Markdown
11 lines
No EOL
292 B
Markdown
# hlstate-httpd
|
|
|
|
Web server implementation based on the Rocket engine
|
|
|
|
> [!IMPORTANT]
|
|
> * IPv6-only servers implementation, make sure `xash3d-query` ([IPv6](https://github.com/YGGverse/xash3d-master/tree/ip6-only/query)) is installed!
|
|
|
|
``` bash
|
|
cd crates/httpd
|
|
cargo run -- -c config.toml
|
|
``` |