feat: CDN Control Plane (ONCP) implementation
- 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
This commit is contained in:
@@ -22,7 +22,7 @@ static GLOBE: Emoji<'_, '_> = Emoji("🌍 ", "");
|
||||
|
||||
#[derive(Parser)]
|
||||
#[command(name = "ostp-client")]
|
||||
#[command(author = "Ospab Team")]
|
||||
#[command(author = "ospab.team")]
|
||||
#[command(version)]
|
||||
#[command(about = "OSTP Stealth VPN Client", long_about = None)]
|
||||
struct Cli {
|
||||
@@ -396,6 +396,8 @@ async fn main() -> Result<()> {
|
||||
}
|
||||
|
||||
/// Security initialization - runs all protection checks
|
||||
/// Security initialization for release builds
|
||||
#[allow(dead_code)]
|
||||
fn security_init() -> bool {
|
||||
// Check for debuggers and VMs
|
||||
if !ostp_guard::init_protection() {
|
||||
|
||||
Reference in New Issue
Block a user