WARP с endpoint в DME теперь имеет на некоторых апстримах ТСПУ. Некоторые апстримы из DME все еще не фильтруются. Поэтому как повезет.
Подключение в WARP с endpoint в другой стране, не имеет таких проблем.
WARP DME
Summary
curl -v https://mullvad.net --interface wg1 --connect-timeout 3
* TLSv1.3 (OUT), TLS handshake, Client hello (1):
* Connection timed out after 3001 milliseconds
curl: (28) Connection timed out after 3001 milliseconds
WARP AMS
Summary
curl -v https://mullvad.net --interface wg4 --connect-timeout 3
* TLSv1.3 (OUT), TLS handshake, Client hello (1):
* TLSv1.3 (IN), TLS handshake, Server hello (2):
* TLSv1.3 (IN), TLS change cipher, Change cipher spec (1):
* TLSv1.3 (IN), TLS handshake, Encrypted Extensions (8):
* TLSv1.3 (IN), TLS handshake, Certificate (11):
* TLSv1.3 (IN), TLS handshake, CERT verify (15):
* TLSv1.3 (IN), TLS handshake, Finished (20):
* TLSv1.3 (OUT), TLS change cipher, Change cipher spec (1):
* TLSv1.3 (OUT), TLS handshake, Finished (20):
> GET / HTTP/1.1
> Host: mullvad.net
> User-Agent: curl/8.12.1
> Accept: */*
>
* TLSv1.3 (IN), TLS handshake, Newsession Ticket (4):
* TLSv1.3 (IN), TLS handshake, Newsession Ticket (4):
< HTTP/1.1 302 Found
< Server: nginx
< Date: Sun, 18 Jan 2026 12:27:52 GMT
< Transfer-Encoding: chunked
< Connection: keep-alive
< location: /en
< Strict-Transport-Security: max-age=63072000; includeSubDomains; preload
<
WARP DME sni=vk.com connect to mullvad.net ip address
Summary
curl -v https://vk.com --interface wg1 --connect-timeout 3 --connect-to ::45.83.223.209
- TLSv1.3 (OUT), TLS handshake, Client hello (1):
- TLSv1.3 (IN), TLS handshake, Server hello (2):
- TLSv1.3 (IN), TLS change cipher, Change cipher spec (1):
- TLSv1.3 (IN), TLS handshake, Encrypted Extensions (8):
- TLSv1.3 (IN), TLS handshake, Certificate (11):
- TLSv1.3 (IN), TLS handshake, CERT verify (15):
- TLSv1.3 (IN), TLS handshake, Finished (20):
- TLSv1.3 (OUT), TLS change cipher, Change cipher spec (1):
- TLSv1.3 (OUT), TLS handshake, Finished (20):
- SSL: no alternative certificate subject name matches target hostname ‘vk.com’
curl: (60) SSL: no alternative certificate subject name matches target hostname ‘vk.com’
More details here: curl - SSL CA Certificates
curl failed to verify the legitimacy of the server and therefore could not
establish a secure connection to it. To learn more about this situation and
how to fix it, please visit the webpage mentioned above.
WARP DME sni=rutracker.org connect to mullvad.net ip address
Summary
curl -v https://rutracker.org --interface wg1 --connect-timeout 3 --connect-to ::45.83.223.209
- TLSv1.3 (OUT), TLS handshake, Client hello (1):
- Connection timed out after 3002 milliseconds
curl: (28) Connection timed out after 3002 milliseconds