Improve setup readiness, presets, traffic clarity, and diagnostics#35
Open
AmirrezaFarnamTaheri wants to merge 5 commits into
Open
Improve setup readiness, presets, traffic clarity, and diagnostics#35AmirrezaFarnamTaheri wants to merge 5 commits into
AmirrezaFarnamTaheri wants to merge 5 commits into
Conversation
Add built-in StormDNS server presets from shared WhiteDNS sources and donor channels. Use donor/source labels as the visible preset names and append stable counters for repeated sources so duplicate donors remain distinguishable in selection UI. Add tests covering non-empty preset data, stable unique IDs, numbered repeated labels, and expected donor/source naming.
Add a pre-connect setup readiness action that checks required profile fields, resolver input, local port availability, LAN proxy safety rules, and advisory server address lookup before the user starts a connection. Expose resolver test parallelism presets for 32, 64, 100, and 128 worker budgets while keeping custom expert values available. Add model tests for setup validation, SOCKS credential normalization, resolver parallelism presets, and multi-domain normalization.
Add a reusable settings helper for duplicating a saved connection profile while preserving server, resolver, encryption, and mode fields. Expose the duplicate action from the connection profile menu and cover copy selection plus id/name collision handling in model tests.
da8da50 to
287b4b5
Compare
This was referenced May 16, 2026
Add a shared SecretRedactor for configured server domains, encryption keys, SOCKS credentials, profile links, named TOML/log secret fields, ANSI-stripped logs, and runtime paths. Route diagnostics and in-app runtime logs through the redactor so support copies no longer expose connection credentials. Keep profile/TOML export values and QR payloads functional while adding an explicit warning that exports include connection secrets. Add JVM coverage for direct secret, profile link, TOML field, ANSI, and idempotent redaction behavior.
This was referenced May 16, 2026
Show StormDNS tunnel counters separately from an estimated payload counter derived from the configured upload/download duplication counts. Add Milad's Telegram-oriented field-tested runtime config to the suggested parallel-test config set and cover the preset plus payload estimate logic with focused tests.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Verification