Skip to content

feat: add --groups, --resolve, and --follow flags - #1

Merged
agnivesh merged 1 commit into
mainfrom
feat/groups-resolve-follow
Aug 27, 2026
Merged

agnivesh merged 1 commit into
mainfrom
feat/groups-resolve-follow

Conversation

@agnivesh

Copy link
Copy Markdown
Owner

Extend the TLS probe with three opt-in flags.

--groups enumerates every key-exchange group the server accepts, turning a NOT READY verdict into an actionable list of what to add.

--resolve host:port:addr dials a chosen IP while keeping the real hostname for SNI, so a specific edge node can be probed before DNS points at it.

--follow follows HTTP redirects and probes the final host, best-effort: on failure it probes the original and notes it, so a TLS verdict is always returned.

Rewrite the README around installation and plain-language usage, with the mechanism moved below the practical sections.

Extend the TLS probe with three opt-in flags.

--groups enumerates every key-exchange group the server accepts, turning a NOT READY verdict into an actionable list of what to add.

--resolve host:port:addr dials a chosen IP while keeping the real hostname for SNI, so a specific edge node can be probed before DNS points at it.

--follow follows HTTP redirects and probes the final host, best-effort: on failure it probes the original and notes it, so a TLS verdict is always returned.

Rewrite the README around installation and plain-language usage, with the mechanism moved below the practical sections.
@agnivesh
agnivesh merged commit 066e91e into main Aug 27, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant