ostp/ostp-flutter/lib
ospab 1d1a1ea5af refactor: remove dead stealth_sni config field across the whole stack
stealth_sni was never actually consumed to construct any wire bytes —
verified dead in bridge.rs (only stored, never read). It implied
TLS/HTTP SNI mimicry that this project deliberately does not do
(zapret-like: packet-level DPI obfuscation only, no protocol
mimicry). Removed from the runtime schema (config.rs, bridge.rs),
both CLI/GUI local config shapes and their JSON templates, the
Flutter profile model/UI/share-link logic, and README feature docs.
migrate.rs now drops the field from legacy configs with a note
instead of carrying it forward.
2026-07-10 01:04:56 +03:00
..
models refactor: remove dead stealth_sni config field across the whole stack 2026-07-10 01:04:56 +03:00
ui refactor: remove dead stealth_sni config field across the whole stack 2026-07-10 01:04:56 +03:00
main.dart feat(flutter): update UI theme to monochrome with eagle watermark 2026-07-09 23:57:58 +03:00