Твой адрес: Your address:

216.73.217.32

Одной строкой One-liners

Клик по блоку команды выделяет её — затем Ctrl+C (+C на Mac). Ниже — что вернёт тот же запрос сейчас. Click the command block to select it, then Ctrl+C (+C on Mac). Below is what this request returns right now.

/ip
curl https://stvegas.tech/ip
ОтветResponse
216.73.217.32
/ua
curl https://stvegas.tech/ua
ОтветResponse
Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)
/host
curl https://stvegas.tech/host
ОтветResponse
stvegas.tech
/port
curl https://stvegas.tech/port
ОтветResponse
443
/method
curl https://stvegas.tech/method
ОтветResponse
GET
/lang
curl https://stvegas.tech/lang
ОтветResponse
(none)
/encoding
curl https://stvegas.tech/encoding
ОтветResponse
gzip, br, zstd, deflate
/referer
curl https://stvegas.tech/referer
ОтветResponse
(none)
/forwarded
curl https://stvegas.tech/forwarded
ОтветResponse
(none)
/connection
curl https://stvegas.tech/connection
ОтветResponse
1389
/all
curl https://stvegas.tech/all
ОтветResponse
ip_addr: 216.73.217.32
remote_host: 216.73.217.32
user_agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)
port: 443
scheme: https
request_method: GET
host: stvegas.tech
accept_language: (none)
accept_encoding: gzip, br, zstd, deflate
x_forwarded_for: (none)
connection: 1389

Ответы эндпоинтов — text/plain; у curl в выводе будет ещё перевод строки в конце. Endpoint bodies are text/plain; curl will also show a trailing newline.