mkozjak / node-telnet-client

A simple telnet client for Node.js
Other
350 stars 97 forks source link

Third party services health check #197

Closed vibinthamarassery closed 3 years ago

vibinthamarassery commented 3 years ago

Can we used for the Third party services health check by providing host name instead of IP address? And what about the response delay for each server by using aync.?

mkozjak commented 3 years ago

No, you need to provide it with an IP address. You can always resolve your DNS record to an IP address before creating the telnet connection.