Update readme to match recent output format changes - #12
Open
varenc wants to merge 2 commits into
Open
Conversation
The example output was from an older version. This updates it to match current behavior. Also make some minor corrections to the flag descriptions. LLM assisted
Author
|
and by 'recent changes', I mean changes from a year ago. I just upgraded to 0.0.12 from 0.0.8 and noticed this |
varenc
commented
Jul 14, 2026
| - **`--debug`**: Enable debug logging, showing STUN transactions and responses. | ||
| - **`--software <name>`**: Customize the SOFTWARE attribute in your STUN Binding Request (defaults to `tailnode`). | ||
| - **`--derpmapurl <URL>`**: Where to fetch the DERP map JSON if no STUN servers are specified (defaults to `https://login.tailscale.com/derpmap/default`). | ||
| - **`--derp-map-url <URL>`**: Where to fetch the DERP map JSON if no STUN servers are specified (defaults to `https://login.tailscale.com/derpmap/default`). |
Author
There was a problem hiding this comment.
fix typo on this flag name, and document the new --no-ip flag
varenc
commented
Jul 14, 2026
| ```bash | ||
| Usage: stunner [flags] | ||
|
|
||
| A CLI tool to check your NAT Type |
Author
There was a problem hiding this comment.
this all is just a direct copy of stunner -h
varenc
commented
Jul 14, 2026
| │ │ | ||
| │ Server: derp25d.tailscale.com:3478 │ | ||
| │ Port: 29752 │ | ||
| │ IP Address: <omitted> │ |
Author
There was a problem hiding this comment.
i figured explicitly omitting my IP is less confusing than copying the --no-ip output. Or could just use some other non-personal example IP
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.
The example output was from an older version. This updates it to match current behavior. Also make some minor corrections to the flag descriptions.
(LLM assisted)