TGTGInsighttelegram intelligenceLIVE / telegram public index
Post content
Post content
[#PSA] Telegram 官方 macOS Swift 客户端会对随机的、不属于 Telegram 的 IP 的 443 端口进行 TCP 握手。随机 IP 没有规律、有时甚至会尝试向不存在的 IP(如图中的 0.36.205.8 )发起 TCP 握手。 https://github.com/overtake/TelegramSwift/issues/1060 建议使用防火墙拦截上述的随机 TCP 连接,Surge for Mac 用户可以使用下述规则拦截: # Telegram 域名 RULE-SET,https://ruleset.skk.moe/List/non_ip/telegram.conf,[replace with your policy name],extended-matching # Telegram 官方在 https://core.telegram.org/resources/cidr.txt 列出的 Telegram IP 段 RULE-SET,https://ruleset.skk.moe/List/ip/telegram.conf,[replace with your policy name] # 非官方收集的 Telegram ASN 列表 RULE-SET,https://ruleset.skk.moe/List/ip/telegram_asn.conf,[replace with your policy name] # 静默丢弃 Telegram 客户端发起的、目标非 Telegram 域名和 IP 的其他连接 PROCESS-NAME,Telegram,REJECT-DROP