Your IP address is 34.239.150.167
This service reports your IP address and other information about your request.
Visit or fetch https://whoami.oya.to/ to receive the information as a JSON document.
This service is made available for use in debugging requests to oya.to domains but.
You're welcome to use it for any purpose in accordance with our Terms & Condition and Privacy Policy.
$ curl https://whoami.oya.to/ { # more info about the service "about": "https://whoami.oya.to/about", # Your ip address. "ip": "127.0.0.1", # The page your came from, if known. "referer": "", # The reverse dns hostnames associated with your ip. "reverse-ip": [ "localhost" ], # Whether or not your ip is a Tor exit node. "tor-exit": false, # The URL that generated this response. "url": "https://whoami.oya.to/", # Your user-agent. "useragent": "Mozilla/5.0 (Windows NT 10.0; rv:68.0) Gecko/20100101 Firefox/68.0", # Your browser language code "language-code": "en-GB", }
$ curl https://whoami.oya.to/ip,tor-exit { "ip": "127.0.0.1", "tor-exit": false, }
$ curl --fail --silent https://whoami.oya.to/tor-exit=true,ip=192.168.1.2 { "ip": "127.0.0.1", "tor-exit": false, }