Skip to content
This repository has been archived by the owner on Oct 9, 2024. It is now read-only.

Commit

Permalink
add deprecation warning
Browse files Browse the repository at this point in the history
  • Loading branch information
gi8lino committed Oct 9, 2024
1 parent 9b06b59 commit c6bd62a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@
<img src=".github/assets/taco.svg" />
</p>

# DEPRECATION WARNING

`TACO` is deprecated and will be removed in the future.
Please use the fully compatible [containeroo/portpatrol](https://github.com/containeroo/portpatrol) instead.


# TACO (TCP Availability Connection Observer)

This is a simple Go application with zero external dependencies that checks if a specified TCP target is available. It continuously attempts to connect to the specified target at regular intervals until the target becomes available or the program is terminated.
Expand Down

0 comments on commit c6bd62a

Please sign in to comment.