docs(telegram 能直连了?)

This commit is contained in:
Ad-closeNN
2025-08-08 23:35:53 +08:00
parent 5fbc350af2
commit 7a423b467a
13 changed files with 571 additions and 4 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 710 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 357 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 44 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 477 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 389 KiB

@@ -0,0 +1,45 @@
---
title: 什么?Telegram 能直连了?
published: 2025-08-08
tags: ["GFW"]
description: 2025/8/8 早上,Telegram 竟可在国内被访问,不过现在失效了(悲)
image: ../assets/images/telegram-devices-panel-china.jpg
category: 记录
draft: false
---
# Telegram 能直连了?
### 目前已被墙
[t.me/zaihuapd/34943](https://t.me/zaihuapd/34943)
```
今早部分地区 GFW 放松了对 Telegram DC5 的封锁
根据多位 TG 用户测试,目前 Telegram DC5 可以在部分地区直接连接,而无需通过任何代理。
这可能是 Telegram 所在 IP 进行变更,GFW 未及时更新响应导致。
请问各位所在地区是否可以直连?
群友补充:DC5 数据中心和官网都很绿
群友目前反馈,已经无法直连
```
:::note
仅 DC5(数据中心) 用户(包括手机号+86)可直连
![telegram-dc-list](../assets/images/telegram-dc-list.png)
:::
8月8日早上 6:40 **之前**GFW 放开了对 Telegram 的限制。不幸的是,仅仅几小时的 9:30 左右,GFW 已再次封禁 Telegram 的访问。 ~~默哀~~
## 除此之外
另外,再扯一个 Cloudflare Warp,它具有国内直连节点。概率连上后,Google 将会显示国内 Cloudflare Warp IP。
# 合影留念
- Telegram **China** IP ![telegram-devices-panel](../assets/images/telegram-devices-panel.jpg)
- Telegram **中国上海市** IP:(错误的定位) ![telegram-devices-panel-shanghai-ip](../assets/images/telegram-devices-panel-shanghai-ip.jpg)
---
- Google **广西** IPCloudflare Warp): ![google-guangxi-ip](../assets/images/google-guangxi-ip.jpg)
- Google **中国浙江省杭州市** IP(错误的定位,Cloudflare Warp): ![google-zhejiang-hangzhou-ip](../assets/images/google-zhejiang-hangzhou-ip.jpg)
+8 -3
View File
@@ -1,5 +1,5 @@
# 关于 / Hi there!
既然你来到了这里,就说明你在访问由 [Netlify](https://www.netlify.com) 托管的 [adclosenn.top](https://adclosenn.top)。
既然你来到了这里,就说明你在访问由 [Netlify](https://www.netlify.com) 托管的 [adclosenn.top](https://adclosenn.top)。本站 Netlify 优选 IP`3.33.186.135`
本站使用 [@satcaca/fuwari](https://github.com/saicaca/fuwari) 博客模板。嗯,真漂亮,真好用。
@@ -7,7 +7,7 @@
::github{repo="withastro/astro"}
## 域名
目前你现在见到的,也就是 [adclosenn.top](https://adclosenn.top)。除了这个,还有其他的域名:
目前你现在见到的,也就是 [adclosenn.top](https://adclosenn.top)。除了这个,还有其他的域名(部分)
1. adclosenn.top
2. 19991230.xyz
@@ -24,4 +24,9 @@
一位住在[中华人民共和国广西壮族自治区梧州市](https://baike.baidu.com/item/%E6%A2%A7%E5%B7%9E%E5%B8%82/7260153)的苦逼学生。长吗?长就对了!谁让广西是自治区呢!
### 爱好
玩游戏、写代码、写博客(也许吧),哦,还有读书。只会一点 [Python](https://baike.baidu.com/item/Python/407313),初学者罢了。
玩游戏、写代码、写博客(也许吧),哦,还有读书。只会一点 [Python](https://baike.baidu.com/item/Python/407313),初学者罢了。
## 关于本站
### 字体
使用的是 [MiSans](https://hyperos.mi.com/font),中英文可变字重字体从官方 CDN 服务器获取。
# [点此查看详情](/misans/)
+25
View File
@@ -0,0 +1,25 @@
# 关于/MiSans
# [返回关于页](/about/)
本站使用了 [MiSans](https://hyperos.mi.com/font) 作为显示字体。字体来源为**小米官网**使用的 CDN 服务器。
:::tip
以下是本网站框架的配置文件 `tailwind.config.cjs`,位于网站根目录下。\
如需使用本站同款 `MiSans VF`(可变字重),可点击此处 <a href="/assets/misans.css" target="_blank" rel="noopener noreferrer">assets/misans.css</a> 获取对应的 `.css` 文件,然后将 `misans.css` 中所有内容插入到 `src/styles/main.css` 内,再将 `tailwind.config.cjs` 修改一下即可。
:::
```js title="tailwind.config.cjs" {9}
/** @type {import('tailwindcss').Config} */
const defaultTheme = require("tailwindcss/defaultTheme")
module.exports = {
content: ["./src/**/*.{astro,html,js,jsx,md,mdx,svelte,ts,tsx,vue,mjs}"],
darkMode: "class", // allows toggling dark mode manually
theme: {
extend: {
fontFamily: {
sans: ["MiSans VF", "HarmonyOS Sans SC", ...defaultTheme.fontFamily.sans],
},
},
},
plugins: [require("@tailwindcss/typography")],
}
```