Skip to content

Commit

Permalink
Better readme
Browse files Browse the repository at this point in the history
  • Loading branch information
debek committed Jan 8, 2024
1 parent 4b00b7b commit a53c3ef
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

IPT (IP Tester) is a Go language application designed to test TCP connections to specified IP addresses and ports. It provides easy-to-interpret, color-coded output to quickly distinguish between successful and failed connections.

![ipt cli tool](images/ipt.png)

## Features

- TCP connection testing to a specified IP address and port.
Expand Down Expand Up @@ -44,11 +46,11 @@ Run the program with the following arguments:
- `ipt 192.168.1.1 80`

- Testing connection to a server on port 443 with a 10-second timeout:
- `ipt 192.168.1.1 443 10s`
- `ipt 192.168.1.1 443 10`

## Contributing

Contributions to this project are welcome! Please see the [CONTRIBUTE.md](https://chat.openai.com/g/CONTRIBUTE.md) file for guidelines on how to contribute.
Contributions to this project are welcome! Please see the [CONTRIBUTE.md](https://github.com/debek/ipt/blob/main/CONTRIBUTE.md) file for guidelines on how to contribute.

## License

Expand Down
Binary file added images/ipt.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit a53c3ef

Please sign in to comment.