ostp/ostp-gui
ospab bfd079ff48 feat(gui): TTL-desync toggle in client settings
Adds a TTL Desync toggle to the obfuscation section of the desktop client
settings, wired the same way as the Junk/TCP-fragmentation toggles: persisted in
client settings, applied into transport.ttl_desync in the built config, included
in the hot-reload fingerprint so flipping it while connected re-applies, and
labelled in both EN and RU. ttl_desync_auto is passed true, so the engine
measures the hop distance and aims the decoys itself — the user just flips it on.
2026-08-19 19:58:18 +03:00
..
src feat(gui): TTL-desync toggle in client settings 2026-08-19 19:58:18 +03:00
src-tauri feat(client): auto-calibrate TTL-desync by measuring hops to the server 2026-08-19 19:53:14 +03:00
.gitignore
README.md
build_dist.js §A.3: remove dead tun2socks code (native OSTP TUN is the only path) 2026-06-27 16:29:55 +03:00
package-lock.json
package.json fix(ci): staging script was CommonJS in an ES-module package 2026-08-11 17:07:55 +03:00
stage-sidecar.cjs fix(ci): staging script was CommonJS in an ES-module package 2026-08-11 17:07:55 +03:00

README.md

Tauri + Vanilla

This template should help get you started developing with Tauri in vanilla HTML, CSS and Javascript.