冲浪小贴士
📈 Analytical overview of Telegram channel 冲浪小贴士
Channel 冲浪小贴士 (@gfwpro) in the Chinese language segment is an active participant. Currently, the community unites 19 333 subscribers, ranking 6 968 in the Technologies & Applications category and 12 192 in the China region.
📊 Audience metrics and dynamics
Since its creation on невідомо, the project has demonstrated rapid growth, gathering an audience of 19 333 subscribers.
According to the latest data from 10 June, 2026, the channel demonstrates stable activity. Although there has been a change in the number of participants by 289 over the last 30 days and by 18 over the last 24 hours, overall reach remains high.
- Verification status: Not verified
- Engagement rate (ER): The average audience engagement rate is 23.90%. Within the first 24 hours after publication, content typically collects N/A% reactions from the total number of subscribers.
- Post reach: On average, each post receives 4 622 views. Within the first day, a publication typically gains 0 views.
- Reactions and interaction: The audience actively supports content: the average number of reactions per post is 10.
📝 Description and content policy
Channel description not provided.
Thanks to the high frequency of updates (latest data received on 11 June, 2026), the channel maintains relevance and a high level of publication reach. Analytics show that the audience actively interacts with content, making it an important point of influence in the Technologies & Applications category.
https://raw.githubusercontent.com/ttyyss2233/Tool/main/shadowrocket/mokuai/Apns.module导入后 设置-隧道-4个选项 全部勾选 开关飞行模式 即可正常收到消息推送 原理为 让 ios的推送服务 也走代理 https://support.apple.com/zh-cn/102266 或者使用网页版tg
https://web.telegram.org
模块内容
DOMAIN-SUFFIX,push.apple.com,PROXY
DOMAIN-SUFFIX,akadns.net,PROXY
DOMAIN-KEYWORD,apple.com.edgekey.net,PROXY
IP-CIDR,17.249.0.0/16,PROXY,no-resolve
IP-CIDR,17.252.0.0/16,PROXY,no-resolve
IP-CIDR,17.57.144.0/22,PROXY,no-resolve
IP-CIDR,17.188.128.0/18,PROXY,no-resolve
IP-CIDR,17.188.20.0/23,PROXY,no-resolve
IP-CIDR6,2620:149:a44::/48,PROXY,no-resolve
IP-CIDR6,2403:300:a42::/48,PROXY,no-resolve
IP-CIDR6,2403:300:a51::/48,PROXY,no-resolve
IP-CIDR6,2a01:b740:a42::/48,PROXY,no-resolve// Define main function (script entry)
//自定义规则更新不会被覆盖
const prependRules = [
// lan ip
"IP-CIDR,172.172.0.0/32,DIRECT,no-resolve",
"IP-CIDR,192.168.0.0/32,DIRECT,no-resolve",
"IP-CIDR,192.192.0.0/32,DIRECT,no-resolve",
"IP-CIDR,127.0.0.0/32,DIRECT,no-resolve",
// xxx替换为需要自定义的域名
"DOMAIN-KEYWORD,xxx,DIRECT",
//keyword代表任何包含xxx的域名都走指定出口 DIRECT是直连不翻墙的意思
"DOMAIN-SUFFIX,xxx.com,DIRECT",
];
// 国内DNS服务器
const domesticNameservers = [
"https://dns.alidns.com/dns-query", // 阿里云公共DNS
"https://doh.pub/dns-query", // 腾讯DNSPod
"https://doh.360.cn/dns-query" // 360安全DNS
];
// 国外DNS服务器
const foreignNameservers = [
"https://1.1.1.1/dns-query", // Cloudflare(主)
"https://1.0.0.1/dns-query", // Cloudflare(备)
"https://101.101.101.101/dns-query", // OpenDNS(主)
"https://101.102.103.104/dns-query", // OpenDNS(备)
"https://194.242.2.2/dns-query", // Mullvad(主)
"https://194.242.2.3/dns-query" // Mullvad(备)
];
// DNS配置
const dnsConfig = {
"enable": true,
"listen": "0.0.0.0:1053",
"ipv6": true,
"use-system-hosts": false,
"cache-algorithm": "arc",
"enhanced-mode": "fake-ip",
"fake-ip-range": "198.18.0.1/16",
"fake-ip-filter": [
// 本地主机/设备
"+.lan",
"+.local",
// Windows网络出现小地球图标
"+.msftconnecttest.com",
"+.msftncsi.com",
// QQ快速登录检测失败
"localhost.ptlogin2.qq.com",
"localhost.sec.qq.com",
// 微信快速登录检测失败
"localhost.work.weixin.qq.com"
],
"default-nameserver": ["223.5.5.5", "119.29.29.29"],
"nameserver": [...domesticNameservers, ...foreignNameservers],
"proxy-server-nameserver": [...domesticNameservers, ...foreignNameservers],
"nameserver-policy": {
"geosite:private,cn,geolocation-cn": domesticNameservers,
"geosite:google,youtube,telegram,gfw,geolocation-!cn": foreignNameservers,
}
};
// 前置规则
function main(config) {
config["dns"] = dnsConfig;
config.rules = prependRules.concat(config.rules);
return config;
}
复制后覆盖到
clashvergerev 订阅 全局扩展脚本 右键 编辑文件
即可自定义规则 以及dns 注意对齐如果出现错误 清空后保存即可恢复
Available now! Telegram Research 2025 — the year's key insights 
