Your public IP address is

3.17.75.138

User Agent
Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)

Advanced Usage

Lookups can be performed from the command line. Doing so will omit any HTML.

Linux or Mac

      $ curl ip.bitoperators.com
      127.0.0.1
      
      $ wget -q -O - ip.bitoperators.com
      127.0.0.1
      

Windows (PowerShell)

      > (wget ip.bitoperators.com).Content
      127.0.0.1
      
      > (Invoke-WebRequest ip.bitoperators.com).Content
      127.0.0.1