Cloudflare开始灰度给所有域名启用ECH如何判断域名是否使用ECH?
访问域名+/cdn-cgi/trace,如果返回中有sni=encrypted则说明已使用ECH。如果显示为sni=plaintext,则表示未使用ECH,目前还在灰度,似乎跟节点有关。目前所有域名都使用固定的sni,值为cloudflare-ech.com
例如:https://chatgpt.com/cdn-cgi/trace
Cloudflare前端转换工具7SAGEER
Cloudflare前端导航站
✨一个部署在CF的轻量化导航页面,可移动卡片式书签,方便管理Card-Tab
✨一个基于 Cloudflare Workers 的真实地址生成器。您可以生成不同国家地图上真实的随机地址。随机地址
✨几个Cloudflare反代IP查询是否是反代IP:proxyip.edtunnel.best27.50.48.0/24【香港】103.160.204.0/24【香港】103.184.45.0/24【香港】154.211.8.0&# ...
[tabs][tab=”YABS”]
12345678910111213141516171819202122232425262728293031323334353637383940414243# ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## Yet-Another-Bench-Script ## v2024-06-09 ## https://github.com/masonr/yet-another-bench-script ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## #Sun Sep 22 08:14:08 AM BST 2024Basic System Information:---------------------------------Uptime : 0 days, 7 hours, 22 minutes ...
前端开发
未读Quick StartCreate a new post1$ hexo new "My New Post"
More info: Writing
Run server1$ hexo server
More info: Server
Generate static files1$ hexo generate
More info: Generating
Deploy to remote sites1$ hexo deploy
More info: Deployment
12hexo cl; hexo s hexo cl; hexo g; hexo d
备份hexo博客到GitHub12345678910111213create a new repository on the command linegit add .git initgit add README.mdgit commit -m "first commit"git branch -M maingit remote add origin https://github.com/ ...
cb9f0b7ff3cdfcad5f027df4d3b6f125dbbf32003abc619b79c76c616751cf63f7bd0e2df28150f4793d3d8f0913f2da665318ed2af71cafee7c27edfc70fd3509daa2430547446366bbbf82d22530bbf14abd7981bfc3dc9ff857348c60472ca31f633887c139277ff5e2657ec2f397086cd8708fcc1d703d612328fe7254b1657e5b1e379bad2da07d9f8e7ddcdda3f02f6c914de6d65d1d420ec2d6a4b0f53bdb6dcb5f4dc9ac9f7ddd67c890da204c5a87572464b9d6d226fda90aa66e3960ce4524582413c0afad53355fcda1294f083fabd2fef33e96437e12caca648e4e5ebab28f841a669f6f102fe6aba5fa7e91734f8a628c170 ...
后端开发
未读
服务提供者
链接
大陆体验
境外体验
http/https
IP Version
Google
https://www.gstatic.com/generate_204
5
10
204/204
4+6
Google
https://www.google-analytics.com/generate_204
6
10
204/204
4+6
Google
https://www.google.com/generate_204
0
10
204/204
4+6
Google
https://connectivitycheck.gstatic.com/generate_204
4
10
204/204
4+6
Apple
https://captive.apple.com/
3
10
200/200
4+6
Apple🔥
https://www.apple.com/library/test/success.html
7
10
200/200
4+6
MicroSoft
https:/ ...
暗黑模式JavaScript我们经常会遇到很多网站没有适配暗黑模式,但又想简单解决网站的暗黑模式,此脚本只需要收藏到书签即可。
1javascript: (function () { const docStyle = document.documentElement.style; if (!window.modeIndex) { window.modeIndex = 0; } const styleList = [ '', 'invert(85%) hue-rotate(180deg)', 'invert(100%) hue-rotate(180deg)', ]; modeIndex = modeIndex >= styleList.length - 1 ?%200%20:%20modeIndex%20+%201;%20%20docStyle.filter%20=%20styleList[modeIndex];%20%20document.body.quer ...