Tauri 2 DoH-Schutz für Windows: PowerShell-DoH-Takeover, Tamper-Service (SYSTEM, windows-service), Browser-Policies (Chromium built-in-DNS + eigenes DoH aus → OS-Resolver), 24h-Cooldown via bestehende magic/*-Endpoints. GitHub-Actions baut den x64-NSIS-Installer auf windows-latest. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
15 lines
454 B
TOML
15 lines
454 B
TOML
[package]
|
|
name = "rebreak-protection-service"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
description = "ReBreak Tamper-Protection-Service — DoH-Monitor (SYSTEM)"
|
|
|
|
[dependencies]
|
|
protection-core = { path = "../protection-core" }
|
|
serde = { version = "1", features = ["derive"] }
|
|
serde_json = "1"
|
|
reqwest = { version = "0.12", default-features = false, features = ["blocking", "json", "rustls-tls"] }
|
|
|
|
[target.'cfg(windows)'.dependencies]
|
|
windows-service = "0.7"
|