lrstanley / geoip

:globe_with_meridians: Geolocation API service -- Run it yourself! | alternative to freegeoip.net

Home Page:https://geoip.pw

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

feature: tcp/ip check support (e.g. port checking)

lrstanley opened this issue · comments

✨ Describe the feature you'd like

As suggested on reddit, think this would be a useful addition to add.

  • Support querying hostname or IP, and doing a TCP or UDP port check, to validate network connectivity.
  • Support for bulk checks? Is this feasible? I.e. wouldn't likely support CIDR ranges (or maybe hidden behind a feature toggle for internal usecases), however could see providing a list of IP's and/or hostnames, to lookup.

⚠ If implemented, do you think this feature will be a breaking change to users?

No

⚙ Additional context

No response

🤝 Requirements

  • I have confirmed that someone else has not submitted a similar feature request.
  • If implemented, I believe this feature will help others, in addition to solving my problems.
  • I have looked into alternative solutions to the best of my ability.
  • (optional) I would be willing to contribute to testing this feature if implemented, or making a PR to implement this functionality.