<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:media="http://search.yahoo.com/mrss/"><channel><title>Ip on Шлакоблог</title><link>https://vodolaz095.ru/tags/ip/</link><description>Recent content in Ip on Шлакоблог</description><generator>Hugo -- 0.162.1</generator><language>ru-RU</language><lastBuildDate>Sat, 27 Jun 2026 12:28:04 +0300</lastBuildDate><atom:link href="https://vodolaz095.ru/tags/ip/index.xml" rel="self" type="application/rss+xml"/><item><title>Узнать свой IP адрес</title><link>https://vodolaz095.ru/myip/</link><pubDate>Sat, 27 Jun 2026 12:28:04 +0300</pubDate><author>Анатолий Остроумов</author><guid>https://vodolaz095.ru/myip/</guid><description>Узнать свой IP адрес</description><content type="text/html" mode="escaped"><![CDATA[<p>На этой странице можно узнать свой IP адрес, с которого вы соединяетесь с этим сайтом: он - <strong id="my-ip">...</strong></p>
<script type="application/javascript">
document.onreadystatechange = function (){
    const l = window.document.getElementById('my-ip');
    fetch("/api/myip")
        .then(function (response) {
                if (response.status === 200) {
                    return response.text();
                } 
                throw new Error(`Ошибка - ${response.status}`);                 
        })
        .then(function (text) {
            l.innerText = text;
        })
        .catch(function (error) {
            console.log(error);
            l.innerText = error.message;      
        });
}
</script>
]]></content></item></channel></rss>