Skip to content

Latest commit

 

History

History
42 lines (24 loc) · 930 Bytes

README.md

File metadata and controls

42 lines (24 loc) · 930 Bytes

IPChecker

Web sites where you can check IP addresses and host name.

Interface is in Japanese.

No logging.

Feature

  • Https support.
  • Check ip address and hostname.
  • Determine whether the ip address has changed.
  • Returns ip on access with curl.

Parameters

mode=ip

Return only the ip address.

example: https://ip.tsuuko.dev?mode=ip

mode=host

Return only the host.

example: https://ip.tsuuko.dev/?mode=host

mode=json

Return ip address and host pairs with json.

example: https://ip.tsuuko.dev/?mode=json

Screenshots

capture1 capture2 capture3