- Add REST API for node/user management (axum-based) - Add NodeRegistry for server check-in and load balancing - Add SniManager for dynamic SNI updates and emergency blocking - Add CDN Dashboard CLI (oncp-master) with real-time monitoring - Add ProbeDetector in ostp-guard for active probing detection - Add iptables/nftables/Windows firewall ban integration - Extend MimicryEngine with async SNI updates from control plane - Fix all compilation warnings - Update author to ospab.team
19 lines
387 B
TOML
19 lines
387 B
TOML
[package]
|
|
name = "ostp"
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
|
|
[dependencies]
|
|
tokio.workspace = true
|
|
chacha20poly1305.workspace = true
|
|
x25519-dalek.workspace = true
|
|
bytes.workspace = true
|
|
anyhow.workspace = true
|
|
thiserror.workspace = true
|
|
tracing.workspace = true
|
|
hmac.workspace = true
|
|
sha2.workspace = true
|
|
rand.workspace = true
|
|
uuid.workspace = true
|
|
serde.workspace = true
|