Skip to content

Commit

Permalink
docs(README): update usage
Browse files Browse the repository at this point in the history
  • Loading branch information
dndx committed Apr 10, 2023
1 parent 503a9db commit b22aa66
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,15 @@ A tool to quickly determine the public IP address of a machine behind
NAT with the help of STUN servers.
Usage: uip [HOST:PORT]
Usage: uip [OPTIONS] [HOST:PORT]
Arguments:
[HOST:PORT] STUN server host and port. If PORT is omitted, it defaults to 3478 [default: stun.l.google.com:19302]
Options:
-h, --help Print help
-V, --version Print version
-4, --ipv4-only Do not use IPv6 addresses when connecting to STUN server
-h, --help Print help
-V, --version Print version
```

## Default port (UDP 3478):
Expand Down

0 comments on commit b22aa66

Please sign in to comment.