Some checks failed
Published content check / validate (push) Failing after 5s
Каждая публикуемая заметка получила callout-шапку со ссылкой на свою страницу wiki.zapret.moe (на самой вики она вырезается транформером RemoveMirrorCallout, видна только на зеркале Obsidian Publish и в Forgejo) и SEO-поле description — 1–2 предложения для meta description обоих сайтов. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
61 lines
No EOL
1.7 KiB
Markdown
61 lines
No EOL
1.7 KiB
Markdown
---
|
|
date:
|
|
tags:
|
|
link:
|
|
aliases:
|
|
img:
|
|
description: "Проверка блокировки сайта через curl.exe -v: как выглядит рабочий ответ сервера и на каком шаге зависает запрос при DPI-блокировке."
|
|
---
|
|
|
|
> [!mirror] Резервное зеркало
|
|
> Актуальная версия этой страницы — на основной вики: [wiki.zapret.moe/Zapret/curl](https://wiki.zapret.moe/Zapret/curl)
|
|
|
|
Пример рабочий
|
|
```powershell
|
|
PS C:\Users\Admin> curl.exe -v http://porno365.sexy
|
|
* Host porno365.sexy:80 was resolved.
|
|
* IPv6: (none)
|
|
* IPv4: 5.196.61.237
|
|
* Trying 5.196.61.237:80...
|
|
* Connected to porno365.sexy (5.196.61.237) port 80
|
|
* using HTTP/1.x
|
|
> GET / HTTP/1.1
|
|
> Host: porno365.sexy
|
|
> User-Agent: curl/8.13.0
|
|
> Accept: */*
|
|
>
|
|
* Request completely sent off
|
|
< HTTP/1.1 302 Found
|
|
< Date: Fri, 05 Dec 2025 18:46:03 GMT
|
|
< Server: Apache
|
|
< Set-Cookie: SID=da7a03c9542fb9cff68f74f1ab6a5f1d; path=/
|
|
< Expires: Thu, 19 Nov 1981 08:52:00 GMT
|
|
< Pragma: no-cache
|
|
< Location: https://my.porno365x.link/
|
|
< Content-Length: 0
|
|
< Content-Type: text/html; charset=UTF-8
|
|
<
|
|
* Connection #0 to host porno365.sexy left intact
|
|
PS C:\Users\Admin>
|
|
```
|
|
|
|
https://t.me/youtubediscordvpn/175993
|
|
|
|
[tg://resolve?domain=youtubediscordvpn&post=175993](tg://resolve?domain=youtubediscordvpn&post=175993)
|
|
|
|
Нерабочий
|
|
```powershell
|
|
PS C:\Users\Admin> curl.exe -v http://porno365.sexy
|
|
* Host porno365.sexy:80 was resolved.
|
|
* IPv6: (none)
|
|
* IPv4: 5.196.61.237
|
|
* Trying 5.196.61.237:80...
|
|
* Connected to porno365.sexy (5.196.61.237) port 80
|
|
* using HTTP/1.x
|
|
> GET / HTTP/1.1
|
|
> Host: porno365.sexy
|
|
> User-Agent: curl/8.13.0
|
|
> Accept: */*
|
|
>
|
|
* Request completely sent off
|
|
``` |